Chromium Code Reviews| Index: Source/core/dom/Range.cpp |
| diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp |
| index 0b87825708b4dbcb40361fdc0e8c4fc0b6beb687..0a9710b9ea4100a0a83983e68679b391ab0c82da 100644 |
| --- a/Source/core/dom/Range.cpp |
| +++ b/Source/core/dom/Range.cpp |
| @@ -462,9 +462,7 @@ bool Range::boundaryPointsValid() const |
| void Range::deleteContents(ExceptionState& exceptionState) |
| { |
| - checkDeleteExtract(exceptionState); |
| - if (exceptionState.hadException()) |
| - return; |
| + ASSERT(boundaryPointsValid()); |
|
Yuta Kitamura
2014/08/12 09:07:43
Now that the function name "checkDeleteExtract" do
kangil_
2014/08/12 10:41:26
Done.
|
| { |
| EventQueueScope eventQueueScope; |