Title: [133707] trunk/WebKitLibraries
Revision
133707
Author
[email protected]
Date
2012-11-06 18:30:13 -0800 (Tue, 06 Nov 2012)

Log Message

Build fix.

* WebKitSystemInterface.h:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (133706 => 133707)


--- trunk/WebKitLibraries/ChangeLog	2012-11-07 02:26:23 UTC (rev 133706)
+++ trunk/WebKitLibraries/ChangeLog	2012-11-07 02:30:13 UTC (rev 133707)
@@ -1,5 +1,11 @@
 2012-11-06  Anders Carlsson  <[email protected]>
 
+        Build fix.
+
+        * WebKitSystemInterface.h:
+
+2012-11-06  Anders Carlsson  <[email protected]>
+
         Update Java related WKSI function names
         https://bugs.webkit.org/show_bug.cgi?id=101414
 

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (133706 => 133707)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2012-11-07 02:26:23 UTC (rev 133706)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2012-11-07 02:30:13 UTC (rev 133707)
@@ -485,9 +485,6 @@
 CGFloat WKNSReboundDeltaForElasticDelta(CGFloat delta);
 #endif
 
-Boolean WKJLIsRuntimeAndWebComponentsInstalled(void);
-void WKJLReportWebComponentsUsed(void);
-
 typedef enum {
     WKCaptionFontStyleDefault = 0,
     WKCaptionFontStyleMonospacedWithSerif,
@@ -535,6 +532,9 @@
 bool WKUnregisterOcclusionNotificationHandler(WKOcclusionNotificationType, WKOcclusionNotificationHandler);
 #endif
 
+bool WKIsJavaPlugInActive(void);
+void WKActivateJavaPlugIn(void);
+
 #ifdef __cplusplus
 }
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to