Changeset 58878 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 6, 2010, 7:09:49 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r58874 r58878 1 2010-05-06 Steve Block <[email protected]> 2 3 Reviewed by Eric Seidel. 4 5 MAC_JAVA_BRIDGE should be renamed JAVA_BRIDGE 6 https://bugs.webkit.org/show_bug.cgi?id=38544 7 8 * wtf/Platform.h: 9 1 10 2010-05-06 Adam Barth <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r58707 r58878 588 588 #define WTF_USE_PLUGIN_HOST_PROCESS 1 589 589 #endif 590 #if !defined(ENABLE_ MAC_JAVA_BRIDGE)591 #define ENABLE_ MAC_JAVA_BRIDGE 1590 #if !defined(ENABLE_JAVA_BRIDGE) 591 #define ENABLE_JAVA_BRIDGE 1 592 592 #endif 593 593 #if !defined(ENABLE_DASHBOARD_SUPPORT) … … 620 620 #define ENABLE_ICONDATABASE 0 621 621 #define ENABLE_INSPECTOR 0 622 #define ENABLE_ MAC_JAVA_BRIDGE 0622 #define ENABLE_JAVA_BRIDGE 0 623 623 #define ENABLE_NETSCAPE_PLUGIN_API 0 624 624 #define ENABLE_ORIENTATION_EVENTS 1 … … 634 634 #define WTF_PLATFORM_SGL 1 635 635 #define USE_SYSTEM_MALLOC 1 636 #define ENABLE_ MAC_JAVA_BRIDGE 1636 #define ENABLE_JAVA_BRIDGE 1 637 637 #define LOG_DISABLED 1 638 638 /* Prevents Webkit from drawing the caret in textfields and textareas … … 836 836 #endif 837 837 838 #if !defined(ENABLE_ MAC_JAVA_BRIDGE)839 #define ENABLE_ MAC_JAVA_BRIDGE 0838 #if !defined(ENABLE_JAVA_BRIDGE) 839 #define ENABLE_JAVA_BRIDGE 0 840 840 #endif 841 841
Note:
See TracChangeset
for help on using the changeset viewer.