Bug 5058 - WebCore+SVG fails to build (KJS::ProtectedValue is not defined anymore)
Summary: WebCore+SVG fails to build (KJS::ProtectedValue is not defined anymore)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 02:02 PDT by Kimmo Kinnunen
Modified: 2005-09-20 02:37 PDT (History)
0 users

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
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