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

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

Issue 1847543003: Fast path Location.hash as some apps call it 10000+ times a frame. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: TBR Created 4 years, 9 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
« no previous file with comments | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generate_blink_file.py
diff --git a/tools/dom/scripts/generate_blink_file.py b/tools/dom/scripts/generate_blink_file.py
index 4beb0a56fa4ce7635874a88d5b07860222268252..2f69b0cf5c67ed0ce25fd7115e465a00e5e321ee 100644
--- a/tools/dom/scripts/generate_blink_file.py
+++ b/tools/dom/scripts/generate_blink_file.py
@@ -40,6 +40,7 @@ _js_custom_members = Set([
'Document.createTextNode',
'Window.location',
'Location.href',
+ 'Location.hash',
'Node.querySelector',
'HTMLElement.hidden',
« no previous file with comments | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698