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

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

Issue 2086553002: Refactor ScriptWrappableVisitor.markWrapper(PersistentBase) to be instance method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace fix Created 4 years, 6 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/ScriptWrappable.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
index ee6e98589347a0285954087f846461787e46f4b5..b1305caacd5edbb4c0831332d226d127501c04b3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
@@ -149,7 +149,7 @@ public:
* wrapper in the main world. To mark wrappers in all worlds call
* ScriptWrappableVisitor::markWrapper(ScriptWrappable*, v8::Isolate*)
*/
- void markWrapper(v8::Isolate*) const;
+ void markWrapper(const WrapperVisitor*) const;
DECLARE_VIRTUAL_TRACE_WRAPPERS() {};

Powered by Google App Engine
This is Rietveld 408576698