Changeset 162699 in webkit


Ignore:
Timestamp:
Jan 24, 2014 4:02:52 AM (10 years ago)
Author:
Csaba Osztrogonác
Message:

[EFL][WK2] Debug buildfix
https://bugs.webkit.org/show_bug.cgi?id=127496

Reviewed by Gyuyoung Kim.

  • Shared/SessionTracker.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r162690 r162699  
     12014-01-24  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [EFL][WK2] Debug buildfix
     4        https://bugs.webkit.org/show_bug.cgi?id=127496
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * Shared/SessionTracker.cpp:
     9
    1102014-01-23  Brady Eidson  <beidson@apple.com>
    211
  • trunk/Source/WebKit2/Shared/SessionTracker.cpp

    r162568 r162699  
    3333
    3434namespace WebKit {
     35
     36const uint64_t SessionTracker::defaultSessionID;
     37const uint64_t SessionTracker::legacyPrivateSessionID;
    3538
    3639static HashMap<uint64_t, std::unique_ptr<NetworkStorageSession>>& staticSessionMap()
Note: See TracChangeset for help on using the changeset viewer.