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

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

Issue 2669103003: Add Selection.toString() calling the native method (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Previous merge was a mistake, undoing Created 3 years, 10 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/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 4fc7e6ef772e08d4c1f5fd78f8fcd090a2266f70..12e99c15b140fb85f5185eeb20bc24ee2e026214 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -104,6 +104,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'Navigator.language',
'Navigator.webkitGetUserMedia',
'ScriptProcessorNode._setEventListener',
+ 'Selection.toString',
'URL.createObjectURL',
'URL.createObjectUrlFromSource',
'URL.createObjectUrlFromStream',

Powered by Google App Engine
This is Rietveld 408576698