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

Unified Diff: bindings/dart/scripts/dart_utilities.py

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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 | « bindings/dart/scripts/dart_types.py ('k') | bindings/scripts/aggregate_generated_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/dart/scripts/dart_utilities.py
diff --git a/bindings/dart/scripts/dart_utilities.py b/bindings/dart/scripts/dart_utilities.py
index 9966323077d9bbc4858580a4dd615b66092c9a48..4f888d625676c9c0b03f5c396bb37869feb5c369 100644
--- a/bindings/dart/scripts/dart_utilities.py
+++ b/bindings/dart/scripts/dart_utilities.py
@@ -77,7 +77,7 @@ def _activity_logging_world_list(member, access_type=None):
if not has_logging:
return set()
# TODO(terry): Remove Me?
-# includes.add('bindings/v8/V8DOMActivityLogger.h')
+# includes.add('bindings/core/v8/V8DOMActivityLogger.h')
if activity_logging.endswith('ForIsolatedWorlds'):
return set([''])
return set(['', 'ForMainWorld']) # endswith('ForAllWorlds')
@@ -85,7 +85,7 @@ def _activity_logging_world_list(member, access_type=None):
# [CallWith]
_CALL_WITH_ARGUMENTS = {
- 'ScriptState': '&state',
+ 'ScriptState': 'state',
'ExecutionContext': 'context',
'ScriptArguments': 'scriptArguments.release()',
'ActiveWindow': 'DartUtilities::callingDomWindowForCurrentIsolate()',
« no previous file with comments | « bindings/dart/scripts/dart_types.py ('k') | bindings/scripts/aggregate_generated_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698