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+

Eric Roman
Reported 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.
Attachments
Add a missing include file (1.60 KB, patch)
2009-04-14 17:44 PDT, Eric Roman
no flags
Add a missing include file (971 bytes, patch)
2009-04-14 17:45 PDT, Eric Roman
dglazkov: review+
Eric Roman
Comment 1 2009-04-14 17:44:08 PDT
Created attachment 29484 [details] Add a missing include file
Eric Roman
Comment 2 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).
Dimitri Glazkov (Google)
Comment 3 2009-04-16 21:16:26 PDT
Comment on attachment 29485 [details] Add a missing include file Don't forget bug URL in ChangeLog.
Dimitri Glazkov (Google)
Comment 4 2009-04-16 21:23:27 PDT
Note You need to log in before you can comment on or make changes to this bug.