| Index: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
|
| index e2a7b0aba08935f4beb992919d1a13a77fad21eb..00d12d94473102318911cb6ecfa5ece56338c249 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
|
| @@ -88,7 +88,7 @@ public:
|
|
|
| v8::Local<v8::Object> prototypeForType(const WrapperTypeInfo*);
|
|
|
| - V8NPObjectMap* v8NPObjectMap() { return &m_v8NPObjectMap; }
|
| + V8NPObjectMap* getV8NPObjectMap() { return &m_v8NPObjectMap; }
|
|
|
| void addCustomElementBinding(CustomElementDefinition*, PassOwnPtr<CustomElementBinding>);
|
|
|
|
|