Bug 25194 - Fix a caller of Settings::javaScriptCanOpenWindowsAutomatically
Summary: Fix a caller of Settings::javaScriptCanOpenWindowsAutomatically
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:31 PDT by Eric Roman
Modified: 2009-04-15 10:20 PDT (History)
2 users (show)

See Also:


Attachments
fix name to start with lowercase (1.19 KB, patch)
2009-04-14 17:32 PDT, Eric Roman
darin: 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:31:09 PDT
This was renamed in <http://trac.webkit.org/changeset/42454>

from:
  Settings::JavaScriptCanOpenWindowsAutomatically
to:
  Settings:javaScriptCanOpenWindowsAutomatically

Patch coming.
Comment 1 Eric Roman 2009-04-14 17:32:05 PDT
Created attachment 29482 [details]
fix name to start with lowercase
Comment 2 Darin Fisher (:fishd, Google) 2009-04-15 10:20:48 PDT
Landed as:  http://trac.webkit.org/changeset/42542