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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2706033004: Don't throw when getting selection(Direction|Start|End) on input (Closed)
Patch Set: Refine test 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 9f8b010bed6e8a15d920e3c220d71e947f20ce1c..9578f45ff2267a1b96cf96e5a2f625352e2139f5 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1169,7 +1169,6 @@ class CORE_EXPORT UseCounter {
SVGSMILCurrentTime = 1507,
HTMLBodyElementOnSelectionChangeAttribute = 1508,
ForeignFetchInterception = 1509,
- InputSelectionGettersThrow = 1517,
UsbGetDevices = 1519,
UsbRequestDevice = 1520,
UsbDeviceOpen = 1521,

Powered by Google App Engine
This is Rietveld 408576698