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

Unified Diff: Source/core/page/Selection.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 7 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 | « Source/core/page/SecurityPolicy.idl ('k') | Source/core/scripts/name_macros.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Selection.idl
diff --git a/Source/core/page/DOMSelection.idl b/Source/core/page/Selection.idl
similarity index 98%
rename from Source/core/page/DOMSelection.idl
rename to Source/core/page/Selection.idl
index f5a6828a84f1eca66657f97b3a94243ea6ab5863..1c93773bccf8f350c20fa8761cd12b1b95d13c9b 100644
--- a/Source/core/page/DOMSelection.idl
+++ b/Source/core/page/Selection.idl
@@ -30,8 +30,8 @@
// This is based off of Mozilla's Selection interface
// https://developer.mozilla.org/En/DOM/Selection
[
- InterfaceName=Selection
-] interface DOMSelection {
+ ImplementedAs=DOMSelection
+] interface Selection {
readonly attribute Node anchorNode;
readonly attribute long anchorOffset;
readonly attribute Node focusNode;
« no previous file with comments | « Source/core/page/SecurityPolicy.idl ('k') | Source/core/scripts/name_macros.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698