Bug 5058

Summary: WebCore+SVG fails to build (KJS::ProtectedValue is not defined anymore)
Product: WebKit Reporter: Kimmo Kinnunen <kimmo.t.kinnunen>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Simple compilation fix: use KJS::ProtectedPtr<KJS::ValueImpl> eric: review+

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