Title: [100706] trunk/Source/WebCore
Revision
100706
Author
aba...@webkit.org
Date
2011-11-17 17:46:39 -0800 (Thu, 17 Nov 2011)

Log Message

Remove bogus ASSERT.

* page/SecurityOrigin.cpp:
(WebCore::SecurityOrigin::SecurityOrigin):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100705 => 100706)


--- trunk/Source/WebCore/ChangeLog	2011-11-18 01:28:56 UTC (rev 100705)
+++ trunk/Source/WebCore/ChangeLog	2011-11-18 01:46:39 UTC (rev 100706)
@@ -1,3 +1,10 @@
+2011-11-17  Adam Barth  <aba...@webkit.org>
+
+        Remove bogus ASSERT.
+
+        * page/SecurityOrigin.cpp:
+        (WebCore::SecurityOrigin::SecurityOrigin):
+
 2011-11-17  Peter Kasting  <pkast...@google.com>
 
         Unreviewed, rolling out r100698.

Modified: trunk/Source/WebCore/page/SecurityOrigin.cpp (100705 => 100706)


--- trunk/Source/WebCore/page/SecurityOrigin.cpp	2011-11-18 01:28:56 UTC (rev 100705)
+++ trunk/Source/WebCore/page/SecurityOrigin.cpp	2011-11-18 01:46:39 UTC (rev 100706)
@@ -137,8 +137,6 @@
     , m_enforceFilePathSeparation(false)
     , m_needsDatabaseIdentifierQuirkForFiles(false)
 {
-    ASSERT(url.isValid());
-
     // document.domain starts as m_host, but can be set by the DOM.
     m_domain = m_host;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to