Title: [184989] trunk/Source/WebCore
Revision
184989
Author
achristen...@apple.com
Date
2015-05-29 09:58:51 -0700 (Fri, 29 May 2015)

Log Message

Unreviewed build fix when using content extensions debugging.

* contentextensions/ContentExtensionCompiler.cpp:
(WebCore::ContentExtensions::compileRuleList):
Update variable name.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184988 => 184989)


--- trunk/Source/WebCore/ChangeLog	2015-05-29 16:38:13 UTC (rev 184988)
+++ trunk/Source/WebCore/ChangeLog	2015-05-29 16:58:51 UTC (rev 184989)
@@ -1,3 +1,11 @@
+2015-05-29  Alex Christensen  <achristen...@webkit.org>
+
+        Unreviewed build fix when using content extensions debugging.
+
+        * contentextensions/ContentExtensionCompiler.cpp:
+        (WebCore::ContentExtensions::compileRuleList):
+        Update variable name.
+
 2015-05-29  Brady Eidson  <beid...@apple.com>
 
         Typo followup to r184987

Modified: trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.cpp (184988 => 184989)


--- trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.cpp	2015-05-29 16:38:13 UTC (rev 184988)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.cpp	2015-05-29 16:58:51 UTC (rev 184989)
@@ -292,7 +292,7 @@
         LOG_LARGE_STRUCTURES(bytecode, bytecode.capacity() * sizeof(uint8_t));
         client.writeFiltersWithoutDomainsBytecode(WTF::move(bytecode));
     }
-    LOG_LARGE_STRUCTURES(universalAction, universalAction.capacity() * sizeof(unsigned));
+    LOG_LARGE_STRUCTURES(universalActionsWithoutDomains, universalActionsWithoutDomains.capacity() * sizeof(unsigned));
     universalActionsWithoutDomains.clear();
     
     bool firstNFAWithDomainsSeen = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to