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

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

Issue 27983005: Make getLineDash return [] instead of null if it has not yet been set. (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 3d9f5a0573772d3dabf9be3e98fad3c83406536e..d8476606de8358c11c1c1b7c1cd7602e604d4def 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -181,6 +181,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'AudioNode.connect',
'CanvasRenderingContext2D.arc',
'CanvasRenderingContext2D.drawImage',
+ 'CanvasRenderingContext2D.getLineDash',
'CSSStyleDeclaration.getPropertyValue',
'CSSStyleDeclaration.setProperty',
'CSSStyleDeclaration.var',

Powered by Google App Engine
This is Rietveld 408576698