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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 10:14:35 PST 2009


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





------- Comment #3 from levin at chromium.org  2009-02-06 10:14 PDT -------
I was thinking about the Base suffix.  I don't think it is needed here because
the classes are intended to pure virtual so there will not be a
WorkerContextProxy that adds non virtual methods.

It is usually used when you want a class that is non-platform specific but
files need to refer to the non base version.  For example, you could have
"class FooBase" in platform but files in WebCore/dom would refer to class Foo
and #include "foo.h" but foo.h would be in a platform specific directory like
platform/win/foo.h.

Lastly, if implementation of these classes is going to be platform specific,
then dom isn't the correct directory for them.  You'd want WebCore/platform.


-- 
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