summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/StateTrackingString.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/platform/StateTrackingString.h')
-rw-r--r--webkit/port/platform/StateTrackingString.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/port/platform/StateTrackingString.h b/webkit/port/platform/StateTrackingString.h
index 31f6ee7..5f9e786 100644
--- a/webkit/port/platform/StateTrackingString.h
+++ b/webkit/port/platform/StateTrackingString.h
@@ -6,10 +6,9 @@
#define StateTrackingString_h
#include "config.h"
+#include "ChromiumBridge.h"
#include "PlatformString.h"
-#include "webkit/glue/webkit_glue.h"
-
namespace WebCore {
// This string class emulates the necessary calls that the form code makes
@@ -57,7 +56,7 @@ public:
private:
void Notify() const {
- webkit_glue::NotifyFormStateChanged(m_parentNode->ownerDocument());
+ ChromiumBridge::NotifyFormStateChanged(m_parentNode->ownerDocument());
}
// The node that owns this value.