Bug 25196 - Missing include of V8DOMMap.h
Summary: Missing include of V8DOMMap.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Eric Roman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 17:43 PDT by Eric Roman
Modified: 2009-04-16 21:23 PDT (History)
2 users (show)

See Also:


Attachments
Add a missing include file (1.60 KB, patch)
2009-04-14 17:44 PDT, Eric Roman
no flags Details | Formatted Diff | Diff
Add a missing include file (971 bytes, patch)
2009-04-14 17:45 PDT, Eric Roman
dglazkov: review+
Details | Formatted Diff | Diff

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