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

Unified Diff: tools/dom/scripts/systemnative.py

Issue 11961040: Changes to support Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tools/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemnative.py
diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
index 891b2875642324fb2af1d3969e88056d04f387c9..2b34db46894a9fcc0618110831053f7d93ae7952 100644
--- a/tools/dom/scripts/systemnative.py
+++ b/tools/dom/scripts/systemnative.py
@@ -40,6 +40,11 @@ class DartiumBackend(HtmlDartGenerator):
cpp_impl_includes = set()
cpp_header_handlers_emitter = emitter.Emitter()
+ # TODO(antonm): FIX IT
+ if self._interface.id == 'MutationCallback':
+ cpp_header_handlers_emitter.Emit(
+ '\n'
+ ' virtual ScriptExecutionContext* scriptExecutionContext() const;\n')
cpp_impl_handlers_emitter = emitter.Emitter()
class_name = 'Dart%s' % self._interface.id
for operation in self._interface.operations:
« no previous file with comments | « tools/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698