[Webkit-unassigned] [Bug 60232] Associate <keygen> request with Frame.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 18:00:37 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

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




--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-05-04 18:00:37 PST ---
(From update of attachment 92350)
View in context: https://bugs.webkit.org/attachment.cgi?id=92350&action=review

> Source/WebCore/platform/android/SSLKeyGeneratorAndroid.cpp:29
> +#include "Document.h"

The platform directory cannot include files from WebCore that are outside the platform directory.

Your root problem is that you need to go "up" to the client, not down to the platform, to solve this problem.

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