| Index: Source/bindings/core/v8/NPV8Object.cpp
|
| diff --git a/Source/bindings/core/v8/NPV8Object.cpp b/Source/bindings/core/v8/NPV8Object.cpp
|
| index c37559a08866e57b68f55627ebe60830b4c3cd38..4af3db73385165e0658642f205fb972109bcf2cc 100644
|
| --- a/Source/bindings/core/v8/NPV8Object.cpp
|
| +++ b/Source/bindings/core/v8/NPV8Object.cpp
|
| @@ -50,7 +50,7 @@ using namespace blink;
|
|
|
| namespace {
|
|
|
| -PersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|