[Webkit-unassigned] [Bug 37636] [DRT/Chromium] Implement DRT/Chromium for Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 22:28:51 PDT 2010


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





--- Comment #3 from Tony Chang (Google) <tony at chromium.org>  2010-04-14 22:28:50 PST ---
(From update of attachment 53407)
>+#if !COMPILER(MSVC)
>+// FIXME: As of VS2005 MSVC doesn't honor the friend declaration below. (Find better workaround)
> private:
>+#endif
>     ~TestWebWorker() {}
>     friend class RefCounted<TestWebWorker>;

That's surprising.  Does it work if you include the WTF namespace?  It seems to
work in src/webkit/tools/test_shell/test_web_worker.h.

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



More information about the webkit-unassigned mailing list