| Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index 0bd558b1bc2618161858b5bbc6e70856196ae7ae..ce9429af5f18e46aa00d47c8adf59acfb08be70a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -74,13 +74,6 @@ typedef void (*PreparePrototypeAndInterfaceObjectFunction)(
|
| v8::Local<v8::Function>,
|
| v8::Local<v8::FunctionTemplate>);
|
|
|
| -inline void setObjectGroup(v8::Isolate* isolate,
|
| - ScriptWrappable* scriptWrappable,
|
| - const v8::Persistent<v8::Object>& wrapper) {
|
| - isolate->SetObjectGroupId(
|
| - wrapper, v8::UniqueId(reinterpret_cast<intptr_t>(scriptWrappable)));
|
| -}
|
| -
|
| // This struct provides a way to store a bunch of information that is helpful
|
| // when unwrapping v8 objects. Each v8 bindings class has exactly one static
|
| // WrapperTypeInfo member, so comparing pointers is a safe way to determine if
|
|
|