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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/v8.gypi

Issue 2244203002: Fix "report the exception" in Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed to ErrorEventDispatcher Created 4 years, 4 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/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index b66a2114b65eb940a6d3c15cd0983e52d43877c5..bd3589722119244187222b1567e1063070ee228b 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -36,6 +36,8 @@
'DictionaryHelperForCore.cpp',
'DictionaryIterator.cpp',
'DictionaryIterator.h',
+ 'ErrorEventDispatcher.cpp',
+ 'ErrorEventDispatcher.h',
'ExceptionMessages.cpp',
'ExceptionMessages.h',
'ExceptionState.cpp',

Powered by Google App Engine
This is Rietveld 408576698