| Index: Source/core/dom/Range.cpp
|
| diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp
|
| index e8355a0322f95211eea1d7c2ec2a9745d5139c58..c15204aa5f245a174a4f8c3b5605f4bd4baf2015 100644
|
| --- a/Source/core/dom/Range.cpp
|
| +++ b/Source/core/dom/Range.cpp
|
| @@ -27,7 +27,6 @@
|
|
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/ClientRect.h"
|
| #include "core/dom/ClientRectList.h"
|
| #include "core/dom/DocumentFragment.h"
|
| @@ -47,7 +46,6 @@
|
| #include "core/rendering/RenderText.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "wtf/RefCountedLeakCounter.h"
|
| -#include "wtf/Vector.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #ifndef NDEBUG
|
|
|