Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h

Issue 2675943003: Remove custom left overs from object grouping (Closed)
Patch Set: Rebase (0 changes) Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698