| Index: third_party/WebKit/Source/core/dom/Range.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.cpp b/third_party/WebKit/Source/core/dom/Range.cpp
|
| index 57fed6e04e3cc39acb03cf4d4a300e565bfc6f2f..e6a87e53c9ab103dd4b7d03ae8b419603dfdf3ac 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Range.cpp
|
| @@ -774,6 +774,7 @@ DocumentFragment* Range::extractContents(ExceptionState& exceptionState) {
|
| if (exceptionState.hadException())
|
| return nullptr;
|
|
|
| + EventQueueScope scope;
|
| return processContents(EXTRACT_CONTENTS, exceptionState);
|
| }
|
|
|
|
|