⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117827 in webkit


Ignore:
Timestamp:
May 21, 2012, 4:15:35 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

[WK2] Remove a useless #if on Tools/WebKitTestRunner/TestController.cpp
https://bugs.webkit.org/show_bug.cgi?id=87047

Patch by Hugo Parente Lima <Hugo Parente Lima> on 2012-05-21
Reviewed by Alexis Menard.

  • WebKitTestRunner/TestController.cpp:

(WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r117805 r117827  
     12012-05-21  Hugo Parente Lima  <hugo.lima@openbossa.org>
     2
     3        [WK2] Remove a useless #if on Tools/WebKitTestRunner/TestController.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=87047
     5
     6        Reviewed by Alexis Menard.
     7
     8        * WebKitTestRunner/TestController.cpp:
     9        (WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle):
     10
    1112012-05-21  Dirk Pranke  <dpranke@chromium.org>
    212
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r116716 r117827  
    619619        }
    620620
    621 #if PLATFORM(MAC) || PLATFORM(QT) || PLATFORM(GTK)
    622621        if (WKStringIsEqualToUTF8CString(subMessageName, "MouseDown") || WKStringIsEqualToUTF8CString(subMessageName, "MouseUp")) {
    623622            WKRetainPtr<WKStringRef> buttonKey = adoptWK(WKStringCreateWithUTF8CString("Button"));
     
    672671            return 0;
    673672        }
    674 #endif
    675673
    676674#if ENABLE(TOUCH_EVENTS)
Note: See TracChangeset for help on using the changeset viewer.