Changeset 125977 in webkit


Ignore:
Timestamp:
Aug 19, 2012 11:30:41 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r125976.
http://trac.webkit.org/changeset/125976
https://bugs.webkit.org/show_bug.cgi?id=94430

it does not fix build. (Requested by pfeldman on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-08-19

  • GNUmakefile.am:
  • GNUmakefile.list.am:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r125976 r125977  
     12012-08-19  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r125976.
     4        http://trac.webkit.org/changeset/125976
     5        https://bugs.webkit.org/show_bug.cgi?id=94430
     6
     7        it does not fix build. (Requested by pfeldman on #webkit).
     8
     9        * GNUmakefile.am:
     10        * GNUmakefile.list.am:
     11
    1122012-08-19  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/WebCore/GNUmakefile.am

    r125976 r125977  
    10691069        $(shell ls $(srcdir)/Source/WebCore/Modules/notifications/*.idl) \
    10701070        $(shell ls $(srcdir)/Source/WebCore/Modules/protocolhandler/*.idl) \
    1071         $(shell ls $(srcdir)/Source/WebCore/Modules/quota/*.idl) \
    10721071        $(shell ls $(srcdir)/Source/WebCore/Modules/webaudio/*.idl) \
    10731072        $(shell ls $(srcdir)/Source/WebCore/Modules/webdatabase/*.idl) \
  • trunk/Source/WebCore/GNUmakefile.list.am

    r125976 r125977  
    11921192        $(WebCore)/Modules/indexeddb/IDBKeyRange.idl \
    11931193        $(WebCore)/Modules/indexeddb/IDBObjectStore.idl \
    1194         $(WebCore)/Modules/indexeddb/IDBOpenDBRequest.idl \
    11951194        $(WebCore)/Modules/indexeddb/IDBRequest.idl \
    11961195        $(WebCore)/Modules/indexeddb/IDBTransaction.idl \
    1197         $(WebCore)/Modules/indexeddb/IDBUpgradeNeededEvent.idl \
    11981196        $(WebCore)/Modules/indexeddb/IDBVersionChangeEvent.idl \
    11991197        $(WebCore)/Modules/indexeddb/IDBVersionChangeRequest.idl \
     
    18471845        Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp \
    18481846        Source/WebCore/Modules/indexeddb/IDBObjectStore.h \
    1849         Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.cpp \
    1850         Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h \
    18511847        Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.cpp \
    18521848        Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.h \
     
    18621858        Source/WebCore/Modules/indexeddb/IDBTransaction.cpp \
    18631859        Source/WebCore/Modules/indexeddb/IDBTransaction.h \
    1864         Source/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.cpp \
    1865         Source/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.h \
    18661860        Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp \
    18671861        Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.h \
     
    28742868        Source/WebCore/dom/StaticNodeList.cpp \
    28752869        Source/WebCore/dom/StaticNodeList.h \
    2876         Source/WebCore/dom/StringCallback.cpp \
    2877         Source/WebCore/dom/StringCallback.h \
    28782870        Source/WebCore/dom/StyledElement.cpp \
    28792871        Source/WebCore/dom/StyledElement.h \
Note: See TracChangeset for help on using the changeset viewer.