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+

Description Kimmo Kinnunen 2005-09-20 02:02:26 PDT
WebCore+SVG fails to build because of protected_object.h removal. KJS::ProtectedValue is not defined 
anymore.
Comment 1 Kimmo Kinnunen 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>
Comment 2 Eric Seidel (no email) 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