Chromium Code Reviews| Index: sdk/lib/html/scripts/htmlrenamer.py |
| diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py |
| index 0380a48c43f28e455215c58902ebb136cd415084..e07ab435962576945cd3597075f293755cf35e05 100644 |
| --- a/sdk/lib/html/scripts/htmlrenamer.py |
| +++ b/sdk/lib/html/scripts/htmlrenamer.py |
| @@ -121,6 +121,7 @@ _removed_html_members = set([ |
| # "DOMImplementation.*", |
| "CanvasRenderingContext2D.setFillColor", |
| "CanvasRenderingContext2D.setStrokeColor", |
| + "DivElement.align", |
|
blois
2012/11/15 22:52:50
Need to regen html_dart2js and html_dartium.
|
| "Document.get:forms", |
| # "Document.get:selectedStylesheetSet", |
| # "Document.set:selectedStylesheetSet", |