forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASSERT that a null key is never used with FeatureCounter
https://bugs.webkit.org/show_bug.cgi?id=140030 Reviewed by Darin Adler. * platform/FeatureCounter.cpp: (WebCore::FeatureCounter::incrementKey): (WebCore::FeatureCounter::setKey): * platform/ios/FeatureCounter.mm: (WebCore::FeatureCounter::incrementKey): (WebCore::FeatureCounter::setKey): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@177851 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
a4fa24e
commit 2a056ab
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2015-01-01 Chris Dumez <[email protected]> | ||
|
||
ASSERT that a null key is never used with FeatureCounter | ||
https://bugs.webkit.org/show_bug.cgi?id=140030 | ||
|
||
Reviewed by Darin Adler. | ||
|
||
* platform/FeatureCounter.cpp: | ||
(WebCore::FeatureCounter::incrementKey): | ||
(WebCore::FeatureCounter::setKey): | ||
* platform/ios/FeatureCounter.mm: | ||
(WebCore::FeatureCounter::incrementKey): | ||
(WebCore::FeatureCounter::setKey): | ||
|
||
2015-01-01 Chris Dumez <[email protected]> | ||
|
||
[iOS] Fix memory leak in FeatureCounter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters