WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
5058
WebCore+SVG fails to build (KJS::ProtectedValue is not defined anymore)
https://bugs.webkit.org/show_bug.cgi?id=5058
Summary
WebCore+SVG fails to build (KJS::ProtectedValue is not defined anymore)
Kimmo Kinnunen
Reported
2005-09-20 02:02:26 PDT
WebCore+SVG fails to build because of protected_object.h removal. KJS::ProtectedValue is not defined anymore.
Attachments
Simple compilation fix: use KJS::ProtectedPtr<KJS::ValueImpl>
(730 bytes, patch)
2005-09-20 02:04 PDT
,
Kimmo Kinnunen
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kimmo Kinnunen
Comment 1
2005-09-20 02:04:10 PDT
Created
attachment 3965
[details]
Simple compilation fix: use KJS::ProtectedPtr<KJS::ValueImpl> Simple compilation fix: use KJS::ProtectedPtr<KJS::ValueImpl> instead of KJS::ProtectedValue ref: 11:23 < othermaciej> just replace it with ProtectedPtr<ValueImp>
Eric Seidel (no email)
Comment 2
2005-09-20 02:06:33 PDT
Comment on
attachment 3965
[details]
Simple compilation fix: use KJS::ProtectedPtr<KJS::ValueImpl> Wow, that was easy. r=me
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