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

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

Issue 2521043003: Replace LayoutTests/paint/invalidation/text-selection-focus.html with a SimTest. (Closed)
Patch Set: copyrights. Created 4 years, 1 month 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/editing/DOMSelection.h
diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h
index ec1a60b06218df7bed2d3fd6b8ce41de5c088165..2b3e182fb4d12bb931a1f00b0c407b8098375ead 100644
--- a/third_party/WebKit/Source/core/editing/DOMSelection.h
+++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
@@ -68,7 +68,7 @@ class CORE_EXPORT DOMSelection final : public GarbageCollected<DOMSelection>,
int baseOffset,
Node* extentNode,
int extentOffset,
- ExceptionState&);
+ ExceptionState& = ASSERT_NO_EXCEPTION);
void modify(const String& alter,
const String& direction,
const String& granularity);

Powered by Google App Engine
This is Rietveld 408576698