Index: third_party/WebKit/Source/web/WebDocument.cpp |
diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp |
index 4bec3b0da006c6b3403b2412c7182ef376b0f14e..cda62b307f248e502f9e79da7441defc46b383f9 100644 |
--- a/third_party/WebKit/Source/web/WebDocument.cpp |
+++ b/third_party/WebKit/Source/web/WebDocument.cpp |
@@ -56,6 +56,7 @@ |
#include "modules/accessibility/AXObject.h" |
#include "modules/accessibility/AXObjectCacheImpl.h" |
#include "platform/weborigin/SecurityOrigin.h" |
+#include "platform/wtf/PassRefPtr.h" |
#include "public/platform/WebDistillability.h" |
#include "public/platform/WebURL.h" |
#include "public/web/WebAXObject.h" |
@@ -65,7 +66,6 @@ |
#include "public/web/WebFormElement.h" |
#include "v8/include/v8.h" |
#include "web/WebLocalFrameImpl.h" |
-#include "wtf/PassRefPtr.h" |
namespace blink { |