Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp |
index 319fe221e8a67018b0da6b53f4a3a6b953dd5123..849eeed174dfde1a5b985140c30206f6af4c80bf 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp |
@@ -62,6 +62,7 @@ |
#include "platform/weborigin/SecurityOrigin.h" |
#include "public/platform/Platform.h" |
#include "wtf/Assertions.h" |
+#include "wtf/OwnPtr.h" |
#include "wtf/StringExtras.h" |
#include "wtf/text/CString.h" |
#include <algorithm> |