| 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() {};
|
|
|
|
|