Title: [93929] trunk/Source/WebKit2
Revision
93929
Author
[email protected]
Date
2011-08-26 17:52:50 -0700 (Fri, 26 Aug 2011)

Log Message

Fix build.

* WebProcess/Plugins/Netscape/NetscapePlugin.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (93928 => 93929)


--- trunk/Source/WebKit2/ChangeLog	2011-08-27 00:41:33 UTC (rev 93928)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-27 00:52:50 UTC (rev 93929)
@@ -1,3 +1,9 @@
+2011-08-26  Anders Carlsson  <[email protected]>
+
+        Fix build.
+
+        * WebProcess/Plugins/Netscape/NetscapePlugin.h:
+
 2011-08-26  Sam Weinig  <[email protected]>
 
         Fold _webkit_initWithDomain into _webkit_errorWithDomain in WebKit2

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h (93928 => 93929)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2011-08-27 00:41:33 UTC (rev 93928)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2011-08-27 00:52:50 UTC (rev 93929)
@@ -240,7 +240,7 @@
         WTF_MAKE_NONCOPYABLE(Timer);
 
     public:
-        typedef void (*TimerFunc)(NPP, uint32 timerID);
+        typedef void (*TimerFunc)(NPP, uint32_t timerID);
 
         static PassOwnPtr<Timer> create(NetscapePlugin*, unsigned timerID, unsigned interval, bool repeat, TimerFunc);
         ~Timer();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to