Commit b23e470a authored by nbarth@chromium.org's avatar nbarth@chromium.org

Cleanup v8 usage in modules

Followup to:
Cleanup v8 usage in core
https://codereview.chromium.org/318843003/

Review URL: https://codereview.chromium.org/319653002

git-svn-id: svn://svn.chromium.org/blink/trunk@175549 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1c0d2d33
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include "platform/graphics/BitmapImage.h" #include "platform/graphics/BitmapImage.h"
#include "platform/graphics/ImageSource.h" #include "platform/graphics/ImageSource.h"
#include "platform/graphics/skia/NativeImageSkia.h" #include "platform/graphics/skia/NativeImageSkia.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include "public/platform/WebIDBKey.h" #include "public/platform/WebIDBKey.h"
#include "public/platform/WebIDBKeyRange.h" #include "public/platform/WebIDBKeyRange.h"
#include "public/platform/WebVector.h" #include "public/platform/WebVector.h"
#include <v8.h>
using blink::WebBlobInfo; using blink::WebBlobInfo;
using blink::WebIDBCallbacks; using blink::WebIDBCallbacks;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "public/platform/WebIDBDatabase.h" #include "public/platform/WebIDBDatabase.h"
#include "wtf/PassOwnPtr.h" #include "wtf/PassOwnPtr.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <v8.h>
using blink::WebBlobInfo; using blink::WebBlobInfo;
using namespace WebCore; using namespace WebCore;
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
#include "modules/indexeddb/IDBPendingTransactionMonitor.h" #include "modules/indexeddb/IDBPendingTransactionMonitor.h"
#include "platform/SharedBuffer.h" #include "platform/SharedBuffer.h"
#include "public/platform/WebIDBDatabase.h" #include "public/platform/WebIDBDatabase.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <v8.h>
using namespace WebCore; using namespace WebCore;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "modules/serviceworkers/WaitUntilObserver.h" #include "modules/serviceworkers/WaitUntilObserver.h"
#include "platform/NotImplemented.h" #include "platform/NotImplemented.h"
#include "wtf/RefPtr.h" #include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h" #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
#include "wtf/Assertions.h" #include "wtf/Assertions.h"
#include "wtf/RefPtr.h" #include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include "public/platform/WebMessagePortChannel.h" #include "public/platform/WebMessagePortChannel.h"
#include "public/platform/WebServiceWorkerState.h" #include "public/platform/WebServiceWorkerState.h"
#include "public/platform/WebString.h" #include "public/platform/WebString.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include "public/platform/WebServiceWorkerProvider.h" #include "public/platform/WebServiceWorkerProvider.h"
#include "public/platform/WebString.h" #include "public/platform/WebString.h"
#include "public/platform/WebURL.h" #include "public/platform/WebURL.h"
#include "v8.h" #include <v8.h>
using blink::WebServiceWorker; using blink::WebServiceWorker;
using blink::WebServiceWorkerProvider; using blink::WebServiceWorkerProvider;
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "wtf/Assertions.h" #include "wtf/Assertions.h"
#include "wtf/RefCounted.h" #include "wtf/RefCounted.h"
#include "wtf/RefPtr.h" #include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include "modules/webmidi/MIDIOptions.h" #include "modules/webmidi/MIDIOptions.h"
#include "modules/webmidi/MIDIPort.h" #include "modules/webmidi/MIDIPort.h"
#include "platform/AsyncMethodRunner.h" #include "platform/AsyncMethodRunner.h"
#include <v8.h>
namespace WebCore { namespace WebCore {
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
#include "wtf/Vector.h" #include "wtf/Vector.h"
#include "wtf/testing/WTFTestHelpers.h" #include "wtf/testing/WTFTestHelpers.h"
#include "wtf/text/WTFString.h" #include "wtf/text/WTFString.h"
#include <gmock/gmock.h> #include <gmock/gmock.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <v8.h>
using testing::_; using testing::_;
using testing::AnyNumber; using testing::AnyNumber;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment