Changeset 191289 in webkit


Ignore:
Timestamp:
Oct 19, 2015 9:10:16 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the !ENABLE(CSS_GRID_LAYOUT) build after r190840
https://bugs.webkit.org/show_bug.cgi?id=150322

Reviewed by Ryosuke Niwa.

  • html/HTMLDetailsElement.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r191288 r191289  
     12015-10-19  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the !ENABLE(CSS_GRID_LAYOUT) build after r190840
     4        https://bugs.webkit.org/show_bug.cgi?id=150322
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * html/HTMLDetailsElement.cpp:
     9
    1102015-10-19  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    211
  • trunk/Source/WebCore/html/HTMLDetailsElement.cpp

    r190840 r191289  
    3333#include "SlotAssignment.h"
    3434#include "Text.h"
     35#include <wtf/NeverDestroyed.h>
    3536
    3637namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.