Changeset 188958 in webkit


Ignore:
Timestamp:
Aug 26, 2015 1:38:24 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

Remove unused code after r188948
https://bugs.webkit.org/show_bug.cgi?id=148467

Reviewed by Gyuyoung Kim.

  • WebKitTestRunner/TestController.cpp:

(WTR::TestController::platformPreferences): Deleted.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r188948 r188958  
     12015-08-26  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Remove unused code after r188948
     4        https://bugs.webkit.org/show_bug.cgi?id=148467
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * WebKitTestRunner/TestController.cpp:
     9        (WTR::TestController::platformPreferences): Deleted.
     10
    1112015-08-26  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    212
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r188948 r188958  
    16011601}
    16021602
    1603 #if !PLATFORM(EFL) && !PLATFORM(GTK) && !PLATFORM(COCOA)
    1604 WKPreferencesRef TestController::platformPreferences()
    1605 {
    1606     WKRetainPtr<WKPageConfigurationRef> configuration = adoptWK(WKPageCopyPageConfiguration(m_mainWebView->page()));
    1607     return WKPageConfigurationGetPreferences(configuration.get());
    1608 }
    1609 #endif
    1610 
    16111603#if !PLATFORM(COCOA)
    16121604void TestController::platformWillRunTest(const TestInvocation&)
Note: See TracChangeset for help on using the changeset viewer.