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

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 10534130: Wrap Location object on Firefox. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index 516427cb4ede91959e2dba9d7a5f6679d58b1aeb..664cd9b67b288738d1c2be71533eac6f65a36088 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -273,6 +273,8 @@ _html_library_custom = set([
'IFrameElement.get:contentWindow',
'Window.get:document',
'Window.get:top',
+ 'Window.get:location',
+ 'Window.set:location',
'IDBDatabase.transaction',
])

Powered by Google App Engine
This is Rietveld 408576698