WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
118985
Missing forward declarations of the Range class in the Clipboard and Frame headers
https://bugs.webkit.org/show_bug.cgi?id=118985
Summary
Missing forward declarations of the Range class in the Clipboard and Frame he...
Zan Dobersek
Reported
2013-07-22 13:39:45 PDT
Missing forward declarations of the Range class in the Clipboard and Frame headers
Attachments
Patch
(1.95 KB, patch)
2013-07-22 13:46 PDT
,
Zan Dobersek
sam
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2013-07-22 13:46:07 PDT
Created
attachment 207272
[details]
Patch
Darin Adler
Comment 2
2013-07-22 16:43:49 PDT
Comment on
attachment 207272
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=207272&action=review
> Source/WebCore/ChangeLog:10 > + Add forward declarations for the Range class to the Clipboard and Frame headers. This is currently > + not affecting compilation on any ports, but is relying on pure luck that a previously-included header > + also includes the Range header or that there was at least a previous forward declaration of the Range class.
I don’t think this is about “pure luck”. If these headers include a header that have a forward declaration, that’s sufficient, and we don’t add additional forward declarations. I think the real issue here is that you were removing a forward declaration from something else.
Zan Dobersek
Comment 3
2013-07-23 05:14:49 PDT
The Range forward declaration is being removed from the DragImage header in
bug #118981
. That's causing compilation problems, as evident by the EWSs complaining in that bug. The Clipboard an Frame headers get the forward declaration through including the DragImage header, but removing it from there means that it has to be reintroduced in both headers, which is what this patch tries to achieve. I've accordingly set this bug to block
bug #118981
.
Sam Weinig
Comment 4
2013-07-28 11:11:39 PDT
Comment on
attachment 207272
[details]
Patch I think putting both changes into one patch would better. This patch alone is meaningless.
Zan Dobersek
Comment 5
2013-07-29 04:46:14 PDT
Folding this into
bug #118981
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug