diff options
Diffstat (limited to 'WebCore/bindings/js/JSMessagePortCustom.cpp')
-rw-r--r-- | WebCore/bindings/js/JSMessagePortCustom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSMessagePortCustom.cpp b/WebCore/bindings/js/JSMessagePortCustom.cpp index 227d6ed..06b4178 100644 --- a/WebCore/bindings/js/JSMessagePortCustom.cpp +++ b/WebCore/bindings/js/JSMessagePortCustom.cpp @@ -26,7 +26,6 @@ #include "config.h" #include "JSMessagePort.h" -#include "AtomicString.h" #include "Event.h" #include "ExceptionCode.h" #include "Frame.h" @@ -36,6 +35,7 @@ #include "JSMessagePortCustom.h" #include "MessagePort.h" #include <runtime/Error.h> +#include <wtf/text/AtomicString.h> using namespace JSC; |