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

Unified Diff: Source/core/scripts/make_dom_exceptions.py

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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
« no previous file with comments | « Source/core/page/WindowPagePopup.idl ('k') | Source/core/scripts/make_event_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/make_dom_exceptions.py
diff --git a/Source/core/scripts/make_dom_exceptions.py b/Source/core/scripts/make_dom_exceptions.py
index 540ac3df84118984afd615335243f61b623fe6e4..d2bb77d5bd1f1903a872c732d2b4a05296d19ba9 100755
--- a/Source/core/scripts/make_dom_exceptions.py
+++ b/Source/core/scripts/make_dom_exceptions.py
@@ -115,6 +115,7 @@ ExceptionCodeDescription::ExceptionCodeDescription(ExceptionCode ec)
class ExceptionCodeDescriptionWriter(name_macros.Writer):
defaults = {
+ 'JSInterfaceName': None,
'interfaceName': None,
'conditional': None,
}
« no previous file with comments | « Source/core/page/WindowPagePopup.idl ('k') | Source/core/scripts/make_event_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698