Changeset 50603 in webkit


Ignore:
Timestamp:
Nov 6, 2009 12:01:14 PM (15 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by Eric Seidel.

V8DOMWindowCustom.cpp is missing WEB_SOCKETS guard on include.
https://bugs.webkit.org/show_bug.cgi?id=31209

Build fix only. No new tests possible.

  • bindings/v8/custom/V8DOMWindowCustom.cpp: Modified. Added WEB_SOCKETS guard on inclue of WebSockets.h.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r50600 r50603  
     12009-11-06  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        V8DOMWindowCustom.cpp is missing WEB_SOCKETS guard on include.
     6        https://bugs.webkit.org/show_bug.cgi?id=31209
     7
     8        Build fix only. No new tests possible.
     9
     10        * bindings/v8/custom/V8DOMWindowCustom.cpp: Modified. Added WEB_SOCKETS guard on inclue of WebSockets.h.
     11
    1122009-11-06  Drew Wilson  <atwilson@chromium.org>
    213
  • trunk/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp

    r50534 r50603  
    5656#include "SharedWorkerRepository.h"
    5757#include "Storage.h"
     58#if ENABLE(WEB_SOCKETS)
    5859#include "WebSocket.h"
     60#endif
    5961#include "WindowFeatures.h"
    6062
Note: See TracChangeset for help on using the changeset viewer.