Changeset 51930 in webkit


Ignore:
Timestamp:
Dec 9, 2009 3:32:36 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-09 Steve Block <steveblock@google.com>

Reviewed by Darin Fisher.

Adds wtf/StdLibExtras.h include for DEFINE_STATIC_LOCAL in V8 ScriptState.
https://bugs.webkit.org/show_bug.cgi?id=32330

Build fix only, no new tests.

  • bindings/v8/ScriptState.cpp: Modified. Adds wtf/StdLibExtras.h include.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51927 r51930  
     12009-12-09  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Adds wtf/StdLibExtras.h include for DEFINE_STATIC_LOCAL in V8 ScriptState.
     6        https://bugs.webkit.org/show_bug.cgi?id=32330
     7
     8        Build fix only, no new tests.
     9
     10        * bindings/v8/ScriptState.cpp: Modified. Adds wtf/StdLibExtras.h include.
     11
    1122009-12-09  Steve Block  <steveblock@google.com>
    213
  • trunk/WebCore/bindings/v8/ScriptState.cpp

    r51538 r51930  
    3838
    3939#include <wtf/Assertions.h>
     40#include <wtf/StdLibExtras.h>
    4041
    4142namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.