Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
index 8d0d19c24a6b5f6934da01047a5fadc2478a7bac..01e81fb20662d9b19ade58f4bc02b934d88fad99 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
@@ -56,6 +56,7 @@ |
#include "platform/network/ResourceResponse.h" |
#include "platform/weborigin/KURL.h" |
#include "platform/weborigin/SecurityOrigin.h" |
+#include "public/platform/Platform.h" |
kinuko
2016/04/25 06:51:27
is this change needed by this patch?
nhiroki
2016/04/26 07:01:03
Yes, this is necessary. WebSharedWorkerImpl indire
|
#include "public/platform/WebFileError.h" |
#include "public/platform/WebMessagePortChannel.h" |
#include "public/platform/WebString.h" |