Changeset 197770 in webkit


Ignore:
Timestamp:
Mar 8, 2016, 9:25:33 AM (9 years ago)
Author:
Chris Dumez
Message:

Unreviewed, temporarily comment out static_assert while I investigate.

It still did not build on some platforms.

  • dom/ElementRareData.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r197769 r197770  
     12016-03-08  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, temporarily comment out static_assert while I investigate.
     4
     5        It still did not build on some platforms.
     6
     7        * dom/ElementRareData.cpp:
     8
    192016-03-08  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Source/WebCore/dom/ElementRareData.cpp

    r197769 r197770  
    4444};
    4545
    46 static_assert(sizeof(ElementRareData) == sizeof(SameSizeAsElementRareData), "ElementRareData should stay small");
     46// FIXME: This currently does not build on some platforms.
     47//static_assert(sizeof(ElementRareData) == sizeof(SameSizeAsElementRareData), "ElementRareData should stay small");
    4748
    4849} // namespace WebCore
Note: See TracChangeset for help on using the changeset viewer.