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

Unified Diff: client/dom/scripts/template_wrapping_dom.js

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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
« client/dom/scripts/dartgenerator.py ('K') | « client/dom/scripts/dartgenerator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/template_wrapping_dom.js
diff --git a/client/dom/scripts/template_wrapping_dom.js b/client/dom/scripts/template_wrapping_dom.js
index c04566b24f730b65a8c6abdf9703d23f281fca49..4307c760722ad3b57d388462300a5b89a9f0e374 100644
--- a/client/dom/scripts/template_wrapping_dom.js
+++ b/client/dom/scripts/template_wrapping_dom.js
@@ -80,7 +80,7 @@ function native__CanvasRenderingContext2DWrappingImplementation__setStrokeStyle_
}
}
-function native__DOMWindowWrappingImplementation__get__DOMWindow_localStorage(_this) {
+function native__DOMWindowWrappingImplementation__get_localStorage(_this) {
var domWindow = _this.$dom;
try {
var isolatetoken = __dom_isolate_token();
« client/dom/scripts/dartgenerator.py ('K') | « client/dom/scripts/dartgenerator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698