Changeset 223269 in webkit


Ignore:
Timestamp:
Oct 12, 2017 6:04:35 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Increment ContentRuleListStore::CurrentContentRuleListFileVersion
https://bugs.webkit.org/show_bug.cgi?id=178246
<rdar://problem/34890057>

Reviewed by Tim Horton.

  • UIProcess/API/APIContentRuleListStore.h:

Things are crashing. Something isn't binary reverse compatible.
Probably something related to r222602.
This is why we have a version number to update.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223267 r223269  
     12017-10-12  Alex Christensen  <achristensen@webkit.org>
     2
     3        Increment ContentRuleListStore::CurrentContentRuleListFileVersion
     4        https://bugs.webkit.org/show_bug.cgi?id=178246
     5        <rdar://problem/34890057>
     6
     7        Reviewed by Tim Horton.
     8
     9        * UIProcess/API/APIContentRuleListStore.h:
     10        Things are crashing.  Something isn't binary reverse compatible.
     11        Probably something related to r222602.
     12        This is why we have a version number to update.
     13
    1142017-10-12  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Source/WebKit/UIProcess/API/APIContentRuleListStore.h

    r219366 r223269  
    5353    // Also update ContentRuleListStore::getContentRuleListSource to be able to find the original JSON
    5454    // source from old versions.
    55     const static uint32_t CurrentContentRuleListFileVersion = 9;
     55    const static uint32_t CurrentContentRuleListFileVersion = 10;
    5656
    5757    static ContentRuleListStore& defaultStore(bool legacyFilename);
Note: See TracChangeset for help on using the changeset viewer.