Commit 9b53e889 authored by dglazkov@chromium.org's avatar dglazkov@chromium.org

2009-04-27 Dimitri Glazkov <dglazkov@chromium.org>

        Build fix.

        https://bugs.webkit.org/show_bug.cgi?id=25382
        Remove direct reference to CallFrame.h include to pacify Win build.

        * bindings/js/JSDOMBinding.h: Removed ScriptState.h include.
        * bindings/js/ScriptState.h: Replaced CallFrame.h with JSDOMBinding.h

git-svn-id: svn://svn.chromium.org/blink/trunk@42903 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent ec88eb73
2009-04-27 Dimitri Glazkov <dglazkov@chromium.org>
Build fix.
https://bugs.webkit.org/show_bug.cgi?id=25382
Remove direct reference to CallFrame.h include to pacify Win build.
* bindings/js/JSDOMBinding.h: Removed ScriptState.h include.
* bindings/js/ScriptState.h: Replaced CallFrame.h with JSDOMBinding.h
2009-04-27 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
......@@ -25,7 +25,6 @@
#include <runtime/Completion.h>
#include <runtime/Lookup.h>
#include <runtime/JSFunction.h>
#include "ScriptState.h"
#include <wtf/Noncopyable.h>
namespace JSC {
......
......@@ -32,7 +32,7 @@
#ifndef ScriptState_h
#define ScriptState_h
#include <interpreter/CallFrame.h>
#include "JSDOMBinding.h"
namespace WebCore {
class Node;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment