Ignore:
Timestamp:
Oct 4, 2011, 1:56:39 PM (14 years ago)
Author:
[email protected]
Message:

fix gtk breakage caused by changeset 96595
https://bugs.webkit.org/show_bug.cgi?id=69371

ews did not catch build breakage in the gtk WebKitPluginProcess target; this patch removes
the pretty printer on gtk, which should fix the build on that platform.

Reviewed by NOBODY, this is a build fix.

  • wtf/Assertions.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/Assertions.cpp

    r96595 r96641  
    204204        char* cxaDemangled = 0;
    205205
    206 #if !PLATFORM(QT) && (OS(DARWIN) || OS(LINUX))
     206#if !PLATFORM(GTK) && !PLATFORM(QT) && (OS(DARWIN) || OS(LINUX))
    207207        Dl_info info;
    208208        if (dladdr(samples[i], &info) && info.dli_sname)
Note: See TracChangeset for help on using the changeset viewer.