| Index: third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| index 87ad6ec77702df973db513bde4e8034ae9d3a6e6..7230115767e0c4fd15580d7466a8402abfb8ec0d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "core/editing/commands/InsertNodeBeforeCommand.h"
|
|
|
| -#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/editing/EditingUtilities.h"
|
|
|
| namespace blink {
|
|
|