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

Unified Diff: Source/core/dom/Range.h

Issue 1225233002: Remove Range.expand() method Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Range.h
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
index 4530f52e6006462f9530906fbdb6ff83397d87f4..1b5056fd315bdd57a502789934a1b4ba9fdad80d 100644
--- a/Source/core/dom/Range.h
+++ b/Source/core/dom/Range.h
@@ -146,11 +146,6 @@ public:
void didSplitTextNode(Text& oldNode);
void updateOwnerDocumentIfNeeded();
- // Expand range to a unit (word or sentence or block or document) boundary.
- // Please refer to https://bugs.webkit.org/show_bug.cgi?id=27632 comment #5
- // for details.
- void expand(const String&, ExceptionState&);
-
ClientRectList* getClientRects() const;
ClientRect* getBoundingClientRect() const;
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698