Bug 37833

Summary: Revert r57492 and move that logic to DOMWindow.cpp
Product: WebKit Reporter: Dumitru Daniliuc <dumi>
Component: New BugsAssignee: Dumitru Daniliuc <dumi>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch ggaren: review+, dumi: commit-queue-

Description Dumitru Daniliuc 2010-04-19 17:19:16 PDT
The logic added to the JSC and V8 bindings in r57492 should be moved to DOMWindow.cpp. The details of the WebSQLDatabases spec should not be exposed to the JS engines, and we should not have to maintain the same code in two different locations.
Comment 1 Dumitru Daniliuc 2010-04-19 18:49:03 PDT
Created attachment 53761 [details]
patch
Comment 2 Geoffrey Garen 2010-04-19 19:19:44 PDT
Comment on attachment 53761 [details]
patch

r=me
Comment 3 Dumitru Daniliuc 2010-04-19 21:00:18 PDT
Landed as r57865.