summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/bindings/v8/Dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/bindings/v8/Dictionary.cpp')
-rw-r--r--third_party/WebKit/Source/bindings/v8/Dictionary.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/bindings/v8/Dictionary.cpp b/third_party/WebKit/Source/bindings/v8/Dictionary.cpp
index a25d7fa..199197b 100644
--- a/third_party/WebKit/Source/bindings/v8/Dictionary.cpp
+++ b/third_party/WebKit/Source/bindings/v8/Dictionary.cpp
@@ -36,12 +36,13 @@
#include "V8SpeechRecognitionResult.h"
#include "V8SpeechRecognitionResultList.h"
#include "V8Storage.h"
-#include "V8Uint8Array.h"
#include "V8VoidCallback.h"
#include "V8Window.h"
#include "bindings/v8/ArrayValue.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8Utilities.h"
+#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
+#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
#include "core/dom/DOMStringList.h"
#include "modules/indexeddb/IDBKeyRange.h"
#include "modules/speech/SpeechRecognitionError.h"