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

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

Issue 27308006: Supporting non-SSVs in CustomEvent.detail (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index f1c957f1930d3513efaf38fb17df47fac206ab14..69023dd093e362a7d9ba0c1b15b377d23a18f01c 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -181,11 +181,12 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'AudioNode.connect',
'CanvasRenderingContext2D.arc',
'CanvasRenderingContext2D.drawImage',
- 'CompositionEvent.initCompositionEvent',
- 'CustomEvent.initCustomEvent',
'CSSStyleDeclaration.getPropertyValue',
'CSSStyleDeclaration.setProperty',
'CSSStyleDeclaration.var',
+ 'CompositionEvent.initCompositionEvent',
+ 'CustomEvent.detail',
+ 'CustomEvent.initCustomEvent',
'DeviceOrientationEvent.initDeviceOrientationEvent',
'Document.createElement',
'Document.createEvent',

Powered by Google App Engine
This is Rietveld 408576698