⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 199645 in webkit


Ignore:
Timestamp:
Apr 17, 2016, 12:28:38 PM (10 years ago)
Author:
Conrad Shultz
Message:

Try to fix debug builds after r199643.

Unreviewed.

  • Modules/indexeddb/IDBObjectStore.cpp:

Add a missing include.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r199644 r199645  
     12016-04-17  Conrad Shultz  <conrad_shultz@apple.com>
     2
     3        Try to fix debug builds after r199643.
     4
     5        Unreviewed.
     6
     7        * Modules/indexeddb/IDBObjectStore.cpp:
     8        Add a missing include.
     9
    1102016-04-17  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp

    r199643 r199645  
    4242#include "IndexedDB.h"
    4343#include "Logging.h"
     44#include "ScriptState.h"
    4445#include "SerializedScriptValue.h"
    4546#include <wtf/Locker.h>
Note: See TracChangeset for help on using the changeset viewer.