Bug 25384 - Fix a compile breakage in V8 bindings for V8DOMWindowCustom.cpp
Summary: Fix a compile breakage in V8 bindings for V8DOMWindowCustom.cpp
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-24 16:12 PDT by Eric Roman
Modified: 2009-04-27 20:40 PDT (History)
1 user (show)

See Also:


Attachments
Rename method to fix compile breakage (1.54 KB, patch)
2009-04-24 16:19 PDT, Eric Roman
fishd: 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-24 16:12:32 PDT
This follows the refactor in <http://trac.webkit.org/changeset/42446> where some methods moved from Document to Window. Need to update accordingly.
Comment 1 Eric Roman 2009-04-24 16:19:14 PDT
Created attachment 29776 [details]
Rename method to fix compile breakage
Comment 2 Dimitri Glazkov (Google) 2009-04-27 20:40:03 PDT
Landed as http://trac.webkit.org/changeset/42919.