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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2170263002: [DevTools] Pass error object when reporting exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worklets! Created 4 years, 5 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/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 2bffa53418a1883cc144824eecbf1e4f2687d197..dff3a39b63e40717844c393b80a63033855f4fc8 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -955,7 +955,7 @@ public:
void cancelIdleCallback(int id);
EventTarget* errorEventTarget() final;
- void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) final;
+ void exceptionThrown(ErrorEvent*) final;
void initDNSPrefetch();
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698