summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilipj <philipj@opera.com>2016-03-01 18:47:26 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 02:48:31 +0000
commitf1bdad349c3554f711b444e36b3a94e29629f54a (patch)
tree50d833be2740a2931b38af5ac6c289b1ac60e336
parente749ddaac00acbed04a522654066f29fa4c7ab6b (diff)
downloadchromium_src-f1bdad349c3554f711b444e36b3a94e29629f54a.zip
chromium_src-f1bdad349c3554f711b444e36b3a94e29629f54a.tar.gz
chromium_src-f1bdad349c3554f711b444e36b3a94e29629f54a.tar.bz2
Remove Selection TODO that was fixed by a spec change
BUG=460722 R=yoichio@chromium.org Review URL: https://codereview.chromium.org/1755503002 Cr-Commit-Position: refs/heads/master@{#378667}
-rw-r--r--third_party/WebKit/Source/core/editing/Selection.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
index 51c2879..e2c3a23 100644
--- a/third_party/WebKit/Source/core/editing/Selection.idl
+++ b/third_party/WebKit/Source/core/editing/Selection.idl
@@ -30,8 +30,6 @@
// http://w3c.github.io/selection-api/#idl-def-Selection
// TODO(yoichio): All long types should be unsigned long. crbug.com/391673
-// TODO(philipj): No arguments are optional in the spec, but some should be:
-// https://github.com/w3c/selection-api/issues/30
[
ImplementedAs=DOMSelection,
WillBeGarbageCollected,