| Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| index bc6b0d28589c3582e4f062ca91211857aecfb1e4..ac97c54f2c68d8e99c828b2115928d5a922cb99f 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/frame/RemoteFrameClient.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
|
|
| namespace blink {
|
|
|
|
|