RESOLVED FIXED 57699
V8StringCallback.cpp requires V8Binding.h
https://bugs.webkit.org/show_bug.cgi?id=57699
Summary V8StringCallback.cpp requires V8Binding.h
Ryuan Choi
Reported 2011-04-01 22:34:29 PDT
V8StringCallback use v8String() which is in V8Binding.h But, it doesn't include V8Binding.h. I checked chromium port, but it was fine because of magic file including many cpp files. I believe that it should be fixed because v8 can be used for other ports. Currently qt have v8 option, but it looks not compiled because of some reasons with this.
Attachments
Patch (1.17 KB, patch)
2011-04-01 22:38 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2011-04-01 22:38:55 PDT
Eric Seidel (no email)
Comment 2 2011-04-03 22:55:52 PDT
What's the magic file?
Ryuan Choi
Comment 3 2011-04-03 23:21:25 PDT
(In reply to comment #2) > What's the magic file? Thank you for your review. Magic files which I said are V8DerivedSources1.cpp ~ V8DerivedSources8.cpp including a list of cpp files.
WebKit Commit Bot
Comment 4 2011-04-04 00:16:32 PDT
Comment on attachment 87969 [details] Patch Clearing flags on attachment: 87969 Committed r82802: <http://trac.webkit.org/changeset/82802>
WebKit Commit Bot
Comment 5 2011-04-04 00:16:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.