Changeset 161224 in webkit


Ignore:
Timestamp:
Jan 2, 2014 2:15:58 PM (10 years ago)
Author:
ap@apple.com
Message:

Merge didMoveOnscreen / page visibility to isVisible
https://bugs.webkit.org/show_bug.cgi?id=126268

Build fix.

  • UIProcess/WebContext.h: Removed some accidental input.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161223 r161224  
     12014-01-02  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Merge didMoveOnscreen / page visibility to isVisible
     4        https://bugs.webkit.org/show_bug.cgi?id=126268
     5
     6        Build fix.
     7
     8        * UIProcess/WebContext.h: Removed some accidental input.
     9
    1102014-01-02  Gavin Barraclough  <barraclough@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/WebContext.h

    r161223 r161224  
    8383#endif
    8484#if ENABLE(NETWORK_PROCESS)
    85 struc   t NetworkProcessCreationParameters;
     85struct NetworkProcessCreationParameters;
    8686#endif
    8787
Note: See TracChangeset for help on using the changeset viewer.