Index: Source/modules/websockets/DOMWebSocketTest.cpp |
diff --git a/Source/modules/websockets/DOMWebSocketTest.cpp b/Source/modules/websockets/DOMWebSocketTest.cpp |
index b9c97653fb310cf38ca62dd6c7aaab214c039a39..020923bb6197661a8afc90deef96bebe8e6039ba 100644 |
--- a/Source/modules/websockets/DOMWebSocketTest.cpp |
+++ b/Source/modules/websockets/DOMWebSocketTest.cpp |
@@ -8,6 +8,7 @@ |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/V8Binding.h" |
+#include "core/dom/Document.h" |
Mikhail
2014/08/29 12:49:18
could you please tell, why this change is needed?
mlamouri (slow - plz ping)
2014/09/01 19:23:50
Part of https://codereview.chromium.org/500123002/
|
#include "core/dom/ExceptionCode.h" |
#include "core/fileapi/Blob.h" |
#include "core/frame/ConsoleTypes.h" |