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

Unified Diff: Source/core/editing/DOMSelection.h

Issue 519663002: Use optional default value syntax in Selection.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using default syntax in collapse() method as well Created 6 years, 4 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 | « no previous file | Source/core/editing/DOMSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/DOMSelection.h
diff --git a/Source/core/editing/DOMSelection.h b/Source/core/editing/DOMSelection.h
index 4274d5e9c9e6ecfd732ea91071925f5f9373cb5c..7bc5de9d7d2afa548a919e5ef93b1f8eb0d8de1c 100644
--- a/Source/core/editing/DOMSelection.h
+++ b/Source/core/editing/DOMSelection.h
@@ -80,11 +80,9 @@ public:
bool isCollapsed() const;
int rangeCount() const;
void collapse(Node*, int offset, ExceptionState&);
- void collapse(Node*, ExceptionState&);
void collapseToEnd(ExceptionState&);
void collapseToStart(ExceptionState&);
void extend(Node*, int offset, ExceptionState&);
- void extend(Node*, ExceptionState&);
PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&);
void removeAllRanges();
void addRange(Range*);
« no previous file with comments | « no previous file | Source/core/editing/DOMSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698