Bug 25196

Summary: Missing include of V8DOMMap.h
Product: WebKit Reporter: Eric Roman <eroman>
Component: WebCore Misc.Assignee: Eric Roman <eroman>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dimich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Add a missing include file
none
Add a missing include file dglazkov: review+

Description Eric Roman 2009-04-14 17:43:14 PDT
When compiling after this patch:

http://trac.webkit.org/changeset/42504

I get error that removeAllDOMObjectsInCurrentThread() is undefined.
Seems it is not including the header which declares it (V8DOMMap.h).

Patch coming.
Comment 1 Eric Roman 2009-04-14 17:44:08 PDT
Created attachment 29484 [details]
Add a missing include file
Comment 2 Eric Roman 2009-04-14 17:45:58 PDT
Created attachment 29485 [details]
Add a missing include file

(first version incorrectly had some other changes in it from another patch; fixed).
Comment 3 Dimitri Glazkov (Google) 2009-04-16 21:16:26 PDT
Comment on attachment 29485 [details]
Add a missing include file

Don't forget bug URL in ChangeLog.
Comment 4 Dimitri Glazkov (Google) 2009-04-16 21:23:27 PDT
Landed as http://trac.webkit.org/changeset/42604.