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

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

Issue 1987983002: Remove Range.expand() method Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/dom/Range.h
diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
index 833faaa6730073a5bd754525a8e76fc4dfdaada5..4cc7c27953710eb1fc3351d96aaef45d126003ca 100644
--- a/third_party/WebKit/Source/core/dom/Range.h
+++ b/third_party/WebKit/Source/core/dom/Range.h
@@ -133,11 +133,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;

Powered by Google App Engine
This is Rietveld 408576698