Title: [90509] trunk/Source/WebKit/wx
Revision
90509
Author
[email protected]
Date
2011-07-06 16:13:00 -0700 (Wed, 06 Jul 2011)

Log Message

[wx] Unreviewed build fix. Don't expose the kit function to the swig wrappers.

Modified Paths

Diff

Modified: trunk/Source/WebKit/wx/ChangeLog (90508 => 90509)


--- trunk/Source/WebKit/wx/ChangeLog	2011-07-06 23:09:02 UTC (rev 90508)
+++ trunk/Source/WebKit/wx/ChangeLog	2011-07-06 23:13:00 UTC (rev 90509)
@@ -1,3 +1,9 @@
+2011-07-06  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix. Don't expose the kit function to the swig wrappers.
+
+        * WebFrame.h:
+
 2011-06-20  Robin Dunn  <[email protected]>
 
         Reviewed by Kevin Ollivier.

Modified: trunk/Source/WebKit/wx/WebFrame.h (90508 => 90509)


--- trunk/Source/WebKit/wx/WebFrame.h	2011-07-06 23:09:02 UTC (rev 90508)
+++ trunk/Source/WebKit/wx/WebFrame.h	2011-07-06 23:13:00 UTC (rev 90509)
@@ -180,6 +180,8 @@
     
 };
 
+#ifndef SWIG
 wxWebFrame* kit(WebCore::Frame*);
+#endif
 
 #endif // ifndef WXWEBFRAME_H
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to