| Index: third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h
|
| index 2f3ae8d8cb4929e9627d9130a7e838a02d56f1d0..a99266bf50023ac412a1733df003d2f2d5328546 100644
|
| --- a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h
|
| @@ -64,7 +64,7 @@ public:
|
| // TODO(ikilpatrick): implement when we implement devtools support.
|
| void reportBlockedScriptExecutionToInspector(const String& directiveText) final { }
|
| void addConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) final { }
|
| - void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) final { }
|
| + void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) final { }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|