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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2834463002: Move CreateDOMException out of V8ThrowException (Closed)
Patch Set: Created 3 years, 8 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/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index 4c423556e9c4ee40f17ad37bb3551c0cae4c97d0..f2b3e4f0fbea3abfeb50acccb8f7fa4471d8d6e4 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -153,6 +153,8 @@ bindings_core_v8_files =
"core/v8/V8DOMActivityLogger.h",
"core/v8/V8DOMConfiguration.cpp",
"core/v8/V8DOMConfiguration.h",
+ "core/v8/V8ThrowDOMException.cpp",
+ "core/v8/V8ThrowDOMException.h",
"core/v8/V8DOMWrapper.cpp",
"core/v8/V8DOMWrapper.h",
"core/v8/V8ErrorHandler.cpp",

Powered by Google App Engine
This is Rietveld 408576698