RESOLVED FIXED Bug 114631
Remove unneeded headers from ScriptExecutionContext.h
https://bugs.webkit.org/show_bug.cgi?id=114631
Summary Remove unneeded headers from ScriptExecutionContext.h
Anders Carlsson
Reported 2013-04-15 13:01:29 PDT
Remove unneeded headers from ScriptExecutionContext.h
Attachments
Patch (23.67 KB, patch)
2013-04-15 13:06 PDT, Anders Carlsson
no flags
Patch (25.43 KB, patch)
2013-04-15 13:13 PDT, Anders Carlsson
no flags
Patch (26.06 KB, patch)
2013-04-15 17:37 PDT, Anders Carlsson
no flags
Patch (27.07 KB, patch)
2013-04-15 18:16 PDT, Anders Carlsson
no flags
Patch (27.65 KB, patch)
2013-04-16 11:13 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2013-04-15 13:06:17 PDT
Anders Carlsson
Comment 2 2013-04-15 13:13:42 PDT
Early Warning System Bot
Comment 3 2013-04-15 13:54:02 PDT
Early Warning System Bot
Comment 4 2013-04-15 13:55:11 PDT
Build Bot
Comment 5 2013-04-15 13:55:19 PDT
EFL EWS Bot
Comment 6 2013-04-15 14:08:20 PDT
Build Bot
Comment 7 2013-04-15 14:20:06 PDT
kov's GTK+ EWS bot
Comment 8 2013-04-15 14:43:17 PDT
Alexey Proskuryakov
Comment 9 2013-04-15 14:46:36 PDT
Comment on attachment 198176 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=198176&action=review r=me once everything is green. > Source/WebCore/dom/ScriptExecutionContext.h:54 > +typedef JSC::ExecState ScriptState; Can we move ScriptStateProtectedPtr into a separate header from ScriptState.h instead?
Build Bot
Comment 10 2013-04-15 15:05:52 PDT
Anders Carlsson
Comment 11 2013-04-15 17:37:21 PDT
Anders Carlsson
Comment 12 2013-04-15 17:42:29 PDT
(In reply to comment #9) > (From update of attachment 198176 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=198176&action=review > > r=me once everything is green. > > > Source/WebCore/dom/ScriptExecutionContext.h:54 > > +typedef JSC::ExecState ScriptState; > > Can we move ScriptStateProtectedPtr into a separate header from ScriptState.h instead? I think we can just get rid of ScriptStateProtectedPtr - it’s one of the many V8 abstractions that are no longer needed.
Anders Carlsson
Comment 13 2013-04-15 18:16:23 PDT
kov's GTK+ EWS bot
Comment 14 2013-04-15 22:49:24 PDT
Anders Carlsson
Comment 15 2013-04-16 11:13:11 PDT
Anders Carlsson
Comment 16 2013-04-16 12:56:21 PDT
Nico Weber
Comment 17 2013-04-16 22:39:36 PDT
Comment on attachment 198346 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=198346&action=review > Source/WebCore/dom/ScriptExecutionContext.h:-43 > -#include <wtf/PassOwnPtr.h> (OwnPtr and PassOwnPtr are used in this .h file, so they are somehow included anyways.)
Allan Sandfeld Jensen
Comment 18 2013-04-17 06:17:28 PDT
This broke the build on the Qt Windows 32bit Debug bot.
Note You need to log in before you can comment on or make changes to this bug.