Title: [141155] branches/chromium/1364/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp
Revision
141155
Author
cev...@google.com
Date
2013-01-29 13:13:12 -0800 (Tue, 29 Jan 2013)

Log Message

Merge 141057
BUG=171951
Review URL: https://codereview.chromium.org/12094043

Modified Paths

Diff

Modified: branches/chromium/1364/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp (141154 => 141155)


--- branches/chromium/1364/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp	2013-01-29 21:11:11 UTC (rev 141154)
+++ branches/chromium/1364/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp	2013-01-29 21:13:12 UTC (rev 141155)
@@ -200,7 +200,7 @@
     , m_isSyncDatabase(databaseType == SyncDatabase)
 {
     ASSERT(context->isContextThread());
-    m_contextThreadSecurityOrigin = m_scriptExecutionContext->securityOrigin();
+    m_contextThreadSecurityOrigin = m_scriptExecutionContext->securityOrigin()->isolatedCopy();
 
     m_databaseAuthorizer = DatabaseAuthorizer::create(infoTableName);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to