[Webkit-unassigned] [Bug 23776] Introduce 2 base classes to split WorkerMessaingProxy.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 9 01:57:20 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23776


ap at webkit.org changed:

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




------- Comment #11 from ap at webkit.org  2009-02-09 01:57 PDT -------
(From update of attachment 27441)
> +namespace WebCore {
> +    class String;

We usually add an empty line here.

+        virtual void postMessageToWorkerContext(const String& message) = 0;
+        virtual void postMessageToWorkerObject(const String& message) = 0;

The argument name can be omitted in these functions.

r=me


-- 
Configure bugmail: https://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