[Webkit-unassigned] [Bug 110291] Move WebCore feature defines to the WebCore directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 3 14:35:56 PST 2013


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





--- Comment #18 from Adam Barth <abarth at webkit.org>  2013-03-03 14:38:19 PST ---
> Would it make sense to move WebCoreFeatureDefines.h to Source/Platform instead ?

That wouldn't help.

Chromium's DumpRenderTree is allowed to depend on WTF and Chromium's public API for WebKit.  It cannot see any other implementation details of the Source directory.  You're trying to make this header an implementation detail of WebCore, but Chromium's DumpRenderTree doesn't even know that WebCore exists.

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