| Index: Source/bindings/core/v8/NPV8Object.h
|
| diff --git a/Source/bindings/core/v8/NPV8Object.h b/Source/bindings/core/v8/NPV8Object.h
|
| index 9be5e8e08f00ce17836b12ab6ad28f722841d481..ff9cf8cf91a89cee3b00e28fa2d19e4fc985b1a7 100644
|
| --- a/Source/bindings/core/v8/NPV8Object.h
|
| +++ b/Source/bindings/core/v8/NPV8Object.h
|
| @@ -74,7 +74,7 @@ bool isWrappedNPObject(v8::Handle<v8::Object>);
|
|
|
| V8NPObject* npObjectToV8NPObject(NPObject*);
|
|
|
| -ScriptWrappableBase* npObjectToInternalPointer(NPObject*);
|
| +ScriptWrappableBase* npObjectToScriptWrappableBase(NPObject*);
|
|
|
| void disposeUnderlyingV8Object(NPObject*, v8::Isolate*);
|
|
|
|
|