Index: Source/bindings/core/v8/NPV8Object.h |
diff --git a/Source/bindings/core/v8/NPV8Object.h b/Source/bindings/core/v8/NPV8Object.h |
index ff9cf8cf91a89cee3b00e28fa2d19e4fc985b1a7..d1abca7a7f4948f4e2e8c06315461089bf27ddc7 100644 |
--- a/Source/bindings/core/v8/NPV8Object.h |
+++ b/Source/bindings/core/v8/NPV8Object.h |
@@ -66,7 +66,7 @@ struct PrivateIdentifier { |
bool isString; |
}; |
-NPObject* npCreateV8ScriptObject(NPP, v8::Handle<v8::Object>, LocalDOMWindow*, v8::Isolate*); |
+NPObject* npCreateV8ScriptObject(v8::Isolate*, NPP, v8::Handle<v8::Object>, LocalDOMWindow*); |
NPObject* v8ObjectToNPObject(v8::Handle<v8::Object>); |
@@ -76,7 +76,7 @@ V8NPObject* npObjectToV8NPObject(NPObject*); |
ScriptWrappableBase* npObjectToScriptWrappableBase(NPObject*); |
-void disposeUnderlyingV8Object(NPObject*, v8::Isolate*); |
+void disposeUnderlyingV8Object(v8::Isolate*, NPObject*); |
} // namespace blink |