| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| index 43d24aa57957961d4c54060a4f0cc37edf4dc47c..0ceb15fef77f00c77510610d7b7b5eb811b115ea 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| @@ -38,7 +38,7 @@ public:
|
| }
|
|
|
| // (Empty) WorkerReportingProxy implementation:
|
| - virtual void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>) {}
|
| + virtual void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>, int exceptionId) {}
|
| void reportConsoleMessage(ConsoleMessage*) override {}
|
| void postMessageToPageInspector(const String&) override {}
|
|
|
|
|