| Index: Source/bindings/v8/NPV8Object.h
|
| diff --git a/Source/bindings/v8/NPV8Object.h b/Source/bindings/v8/NPV8Object.h
|
| index 0caabbecc9fb6639544b3c1169e4663afcbe1802..435f778d1518faf4766ae662b0b9a727e0394273 100644
|
| --- a/Source/bindings/v8/NPV8Object.h
|
| +++ b/Source/bindings/v8/NPV8Object.h
|
| @@ -43,7 +43,7 @@ class DOMWindow;
|
|
|
| static const int npObjectInternalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|
| -WrapperTypeInfo* npObjectTypeInfo();
|
| +const WrapperTypeInfo* npObjectTypeInfo();
|
|
|
| // A V8NPObject is a NPObject which carries additional V8-specific information.
|
| // It is created with npCreateV8ScriptObject() and deallocated via the deallocate
|
|
|