| Index: Source/core/dom/ContainerNode.cpp
 | 
| diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp
 | 
| index 759171f5616d9692ae6c792e1602d10754505f92..832ccfe22fc22fa0a0252d7787e48ffea9f97dc3 100644
 | 
| --- a/Source/core/dom/ContainerNode.cpp
 | 
| +++ b/Source/core/dom/ContainerNode.cpp
 | 
| @@ -25,7 +25,6 @@
 | 
|  
 | 
|  #include "bindings/v8/ExceptionMessages.h"
 | 
|  #include "bindings/v8/ExceptionState.h"
 | 
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
 | 
|  #include "core/dom/ChildListMutationScope.h"
 | 
|  #include "core/dom/ContainerNodeAlgorithms.h"
 | 
|  #include "core/dom/ElementTraversal.h"
 | 
| @@ -43,7 +42,6 @@
 | 
|  #include "core/rendering/RenderTheme.h"
 | 
|  #include "core/rendering/RenderView.h"
 | 
|  #include "core/rendering/RenderWidget.h"
 | 
| -#include "wtf/Vector.h"
 | 
|  
 | 
|  using namespace std;
 | 
|  
 | 
| 
 |