Changeset 199646 in webkit


Ignore:
Timestamp:
Apr 17, 2016 12:33:57 PM (8 years ago)
Author:
Conrad Shultz
Message:

Try (again) to fix debug builds after r199643.

Unreviewed.

  • dom/ScriptExecutionContext.cpp:

Add another missing include.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r199645 r199646  
     12016-04-17  Conrad Shultz  <conrad_shultz@apple.com>
     2
     3        Try (again) to fix debug builds after r199643.
     4
     5        Unreviewed.
     6
     7        * dom/ScriptExecutionContext.cpp:
     8        Add another missing include.
     9
    1102016-04-17  Conrad Shultz  <conrad_shultz@apple.com>
    211
  • trunk/Source/WebCore/dom/ScriptExecutionContext.cpp

    r199643 r199646  
    3737#include "NoEventDispatchAssertion.h"
    3838#include "PublicURLManager.h"
     39#include "ScriptState.h"
    3940#include "Settings.h"
    4041#include "WorkerGlobalScope.h"
Note: See TracChangeset for help on using the changeset viewer.