Changeset 133533 in webkit


Ignore:
Timestamp:
Nov 5, 2012 3:10:07 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Back out controversial changes from Bug 98665.
https://bugs.webkit.org/show_bug.cgi?id=101244

Patch by Dima Gorbik <dgorbik@apple.com> on 2012-11-05
Reviewed by David Kilzer.

Backing out changes from Bug 98665 until further discussions take place on rules for including Platform.h in Assertions.h.

Source/JavaScriptCore:

  • API/tests/minidom.c:
  • API/tests/testapi.c:

Source/WTF:

  • wtf/Assertions.h:

Tools:

  • DumpRenderTree/mac/MockGeolocationProvider.mm:
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/tests/minidom.c

    r131496 r133533  
    3131#include <stdio.h>
    3232#include <stdlib.h>
    33 #include <wtf/Platform.h>
    3433#include <wtf/Assertions.h>
    3534#include <wtf/UnusedParam.h>
  • trunk/Source/JavaScriptCore/API/tests/testapi.c

    r131496 r133533  
    3030#include <math.h>
    3131#define ASSERT_DISABLED 0
    32 #include <wtf/Platform.h>
    3332#include <wtf/Assertions.h>
    3433#include <wtf/UnusedParam.h>
  • trunk/Source/JavaScriptCore/ChangeLog

    r133493 r133533  
     12012-11-05  Dima Gorbik  <dgorbik@apple.com>
     2
     3        Back out controversial changes from Bug 98665.
     4        https://bugs.webkit.org/show_bug.cgi?id=101244
     5
     6        Reviewed by David Kilzer.
     7
     8        Backing out changes from Bug 98665 until further discussions take place on rules for including Platform.h in Assertions.h.
     9
     10        * API/tests/minidom.c:
     11        * API/tests/testapi.c:
     12
    1132012-11-04  Filip Pizlo  <fpizlo@apple.com>
    214
  • trunk/Source/WTF/ChangeLog

    r133410 r133533  
     12012-11-05  Dima Gorbik  <dgorbik@apple.com>
     2
     3        Back out controversial changes from Bug 98665.
     4        https://bugs.webkit.org/show_bug.cgi?id=101244
     5
     6        Reviewed by David Kilzer.
     7
     8        Backing out changes from Bug 98665 until further discussions take place on rules for including Platform.h in Assertions.h.
     9
     10        * wtf/Assertions.h:
     11
    1122012-11-03  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/Source/WTF/wtf/Assertions.h

    r131496 r133533  
    4343*/
    4444
     45#include <wtf/Platform.h>
     46
    4547#include <stddef.h>
    4648
  • trunk/Tools/ChangeLog

    r133510 r133533  
     12012-11-05  Dima Gorbik  <dgorbik@apple.com>
     2
     3        Back out controversial changes from Bug 98665.
     4        https://bugs.webkit.org/show_bug.cgi?id=101244
     5
     6        Reviewed by David Kilzer.
     7
     8        Backing out changes from Bug 98665 until further discussions take place on rules for including Platform.h in Assertions.h.
     9
     10        * DumpRenderTree/mac/MockGeolocationProvider.mm:
     11
    1122012-11-05  Dirk Pranke  <dpranke@chromium.org>
    213
  • trunk/Tools/DumpRenderTree/mac/MockGeolocationProvider.mm

    r131496 r133533  
    2424 */
    2525
    26 #include <wtf/Platform.h>
     26#import "config.h"
    2727#import "MockGeolocationProvider.h"
    2828
Note: See TracChangeset for help on using the changeset viewer.