Changeset 102571 in webkit


Ignore:
Timestamp:
Dec 12, 2011 5:39:05 AM (12 years ago)
Author:
haraken@chromium.org
Message:

Unreviewed, rolling out r102558.
http://trac.webkit.org/changeset/102558
https://bugs.webkit.org/show_bug.cgi?id=74160

clobber build failure

  • WebCore.gypi:
  • page/DOMWindow.idl:
  • websockets/DOMWindowWebSocket.idl: Removed.
Location:
trunk/Source/WebCore
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102570 r102571  
     12011-12-12  Kentaro Hara  <haraken@chromium.org>
     2
     3        Unreviewed, rolling out r102558.
     4        http://trac.webkit.org/changeset/102558
     5        https://bugs.webkit.org/show_bug.cgi?id=74160
     6
     7        clobber build failure
     8
     9        * WebCore.gypi:
     10        * page/DOMWindow.idl:
     11        * websockets/DOMWindowWebSocket.idl: Removed.
     12
    1132011-11-25  Alexander Pavlov  <apavlov@chromium.org>
    214
  • trunk/Source/WebCore/WebCore.gypi

    r102569 r102571  
    15071507            'webaudio/WaveShaperNode.idl',
    15081508            'websockets/CloseEvent.idl',
    1509             'websockets/DOMWindowWebSocket.idl',
    15101509            'websockets/WebSocket.idl',
    15111510            'workers/AbstractWorker.idl',
  • trunk/Source/WebCore/page/DOMWindow.idl

    r102558 r102571  
    551551        attribute [Conditional=DEVICE_ORIENTATION, EnabledAtRuntime] DeviceOrientationEventConstructor DeviceOrientationEvent;
    552552        attribute [Conditional=TOUCH_EVENTS] TouchEventConstructor TouchEvent;
    553         attribute [Supplemented, Conditional=WEB_SOCKETS] CloseEventConstructor CloseEvent;
     553        attribute [Conditional=WEB_SOCKETS] CloseEventConstructor CloseEvent;
    554554        attribute StorageEventConstructor StorageEvent;
    555555        attribute [Supplemented, Conditional=WEB_AUDIO] AudioProcessingEventConstructor AudioProcessingEvent;
     
    607607
    608608#if defined(ENABLE_WEB_SOCKETS) && ENABLE_WEB_SOCKETS
    609         attribute [Supplemented, JSCCustomGetter, EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the new operator
     609        attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the new operator
    610610#endif
    611611
Note: See TracChangeset for help on using the changeset viewer.