Index: Source/bindings/core/v8/V8StringResource.h |
diff --git a/Source/bindings/core/v8/V8StringResource.h b/Source/bindings/core/v8/V8StringResource.h |
index 834af92061cb4cde4c37dd1f7ab77063857a2f84..cc533c5ed475c1556f2d1430b323de9164f2e0d6 100644 |
--- a/Source/bindings/core/v8/V8StringResource.h |
+++ b/Source/bindings/core/v8/V8StringResource.h |
@@ -29,13 +29,10 @@ |
#include "bindings/core/v8/ExceptionState.h" |
#include "wtf/Threading.h" |
#include "wtf/text/AtomicString.h" |
-#include "wtf/text/WTFString.h" |
#include <v8.h> |
namespace blink { |
-class ExternalStringVisitor; |
- |
// WebCoreStringResource is a helper class for v8ExternalString. It is used |
// to manage the life-cycle of the underlying buffer of the external string. |
class WebCoreStringResourceBase { |