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 @@
#include "platform/graphics/BitmapImage.h"
#include "platform/graphics/ImageSource.h"
#include "platform/graphics/skia/NativeImageSkia.h"
#include <v8.h>
namespace WebCore {
......
......@@ -45,6 +45,7 @@
#include "public/platform/WebIDBKey.h"
#include "public/platform/WebIDBKeyRange.h"
#include "public/platform/WebVector.h"
#include <v8.h>
using blink::WebBlobInfo;
using blink::WebIDBCallbacks;
......
......@@ -37,6 +37,7 @@
#include "public/platform/WebIDBDatabase.h"
#include "wtf/PassOwnPtr.h"
#include <gtest/gtest.h>
#include <v8.h>
using blink::WebBlobInfo;
using namespace WebCore;
......
......@@ -38,8 +38,8 @@
#include "modules/indexeddb/IDBPendingTransactionMonitor.h"
#include "platform/SharedBuffer.h"
#include "public/platform/WebIDBDatabase.h"
#include <gtest/gtest.h>
#include <v8.h>
using namespace WebCore;
......
......@@ -35,6 +35,7 @@
#include "modules/serviceworkers/WaitUntilObserver.h"
#include "platform/NotImplemented.h"
#include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore {
......
......@@ -14,6 +14,7 @@
#include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
#include "wtf/Assertions.h"
#include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore {
......
......@@ -40,6 +40,7 @@
#include "public/platform/WebMessagePortChannel.h"
#include "public/platform/WebServiceWorkerState.h"
#include "public/platform/WebString.h"
#include <v8.h>
namespace WebCore {
......
......@@ -50,7 +50,7 @@
#include "public/platform/WebServiceWorkerProvider.h"
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
#include "v8.h"
#include <v8.h>
using blink::WebServiceWorker;
using blink::WebServiceWorkerProvider;
......
......@@ -15,6 +15,7 @@
#include "wtf/Assertions.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
#include <v8.h>
namespace WebCore {
......
......@@ -44,6 +44,7 @@
#include "modules/webmidi/MIDIOptions.h"
#include "modules/webmidi/MIDIPort.h"
#include "platform/AsyncMethodRunner.h"
#include <v8.h>
namespace WebCore {
......
......@@ -18,9 +18,9 @@
#include "wtf/Vector.h"
#include "wtf/testing/WTFTestHelpers.h"
#include "wtf/text/WTFString.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <v8.h>
using testing::_;
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