diff options
Diffstat (limited to 'WebCore/plugins/DOMPlugin.cpp')
-rw-r--r-- | WebCore/plugins/DOMPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/plugins/DOMPlugin.cpp b/WebCore/plugins/DOMPlugin.cpp index 11ec929..ac4fd03 100644 --- a/WebCore/plugins/DOMPlugin.cpp +++ b/WebCore/plugins/DOMPlugin.cpp @@ -19,9 +19,9 @@ #include "config.h" #include "DOMPlugin.h" -#include "AtomicString.h" #include "PluginData.h" #include "Frame.h" +#include <wtf/text/AtomicString.h> namespace WebCore { |