[Webkit-unassigned] [Bug 70440] [Chromium] Export missing symbols from Web*Layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 21:03:58 PDT 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111673|review?                     |review-
               Flag|                            |




--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-10-19 21:03:58 PST ---
(From update of attachment 111673)
View in context: https://bugs.webkit.org/attachment.cgi?id=111673&action=review

> Source/WebKit/chromium/public/WebContentLayer.h:38
> +class WEBKIT_EXPORT WebContentLayer : public WebLayer {

we don't normally export entire classes.  see other header files.  we just export the non-inline methods (ignore pure virtual methods of course).

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