summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/WebCore/bindings/js/JSNavigatorCustom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/JSNavigatorCustom.cpp b/Source/WebCore/bindings/js/JSNavigatorCustom.cpp
index a190b60..c8429ed 100644
--- a/Source/WebCore/bindings/js/JSNavigatorCustom.cpp
+++ b/Source/WebCore/bindings/js/JSNavigatorCustom.cpp
@@ -53,7 +53,7 @@ JSC::JSValue WebCore::JSNavigator::isApplicationInstalled(JSC::ExecState* exec)
return jsUndefined();
}
- if (!exec->argument(1).inherits(&InternalFunction::info)) {
+ if (!exec->argument(1).inherits(&InternalFunction::s_info)) {
setDOMException(exec, TYPE_MISMATCH_ERR);
return jsUndefined();
}