Changeset 51498 in webkit


Ignore:
Timestamp:
Nov 30, 2009 9:41:56 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-30 Steve Block <steveblock@google.com>

Reviewed by Eric Seidel.

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

Build fix only, no new tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51497 r51498  
     12009-11-30  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Adds include of wtf/StdLibExtras.h for DEFINE_STATIC_LOCAL in V8 ScriptController.
     6        https://bugs.webkit.org/show_bug.cgi?id=31932
     7
     8        Build fix only, no new tests.
     9
     10        * bindings/v8/ScriptController.cpp: Modified. Adds include of wtf/StdLibExtras.h.
     11
    1122009-11-30  Steve Block  <steveblock@google.com>
    213
  • trunk/WebCore/bindings/v8/ScriptController.cpp

    r50993 r51498  
    4949#include "ScriptSourceCode.h"
    5050#include "Settings.h"
    51 #include "Widget.h"
    52 #include "XSSAuditor.h"
    53 
    5451#include "V8Binding.h"
    5552#include "V8NPObject.h"
    5653#include "V8Proxy.h"
     54#include "Widget.h"
     55#include "XSSAuditor.h"
     56#include <wtf/StdLibExtras.h>
    5757
    5858namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.