diff options
Diffstat (limited to 'WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h')
-rw-r--r-- | WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h b/WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h index e235f23..2847114 100644 --- a/WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h +++ b/WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h @@ -32,7 +32,7 @@ #include "SQLStatementErrorCallback.h" #include <runtime/JSObject.h> -#include <kjs/protect.h> +#include <runtime/Protect.h> #include <wtf/Forward.h> namespace JSC { |