[Webkit-unassigned] [Bug 17898] Split PluginMessageThrottlerWin into its own files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 13:03:35 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17898


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19844|review?                     |review+
               Flag|                            |




------- Comment #2 from aroben at apple.com  2008-03-17 13:03 PDT -------
(From update of attachment 19844)
+++ WebCore/plugins/PluginView.h        (working copy)
@@ -34,6 +34,7 @@
 #include "IntRect.h"
 #include "KURL.h"
 #include "PlatformString.h"
+#include "PluginMessageThrottlerWin.h"
 #include "PluginStream.h"
 #include "ResourceRequest.h"
 #include "Timer.h"
@@ -59,7 +60,6 @@ namespace WebCore {
     class KeyboardEvent;
     class MouseEvent;
     class KURL;
-    class PluginMessageThrottlerWin;
     class PluginPackage;
     class PluginRequest;
     class PluginStream;

This change should not be necessary for just moving the class into its own
files.

PluginView.h should not change in this patch.

+#ifndef PluginMessageThrottlerWin_H

That should be a lowercase "h" at the end of the macro.

I'll fix the above two issues when landing this patch.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list