Ignore:
Timestamp:
Sep 28, 2016, 9:33:16 AM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r206506.
https://bugs.webkit.org/show_bug.cgi?id=162682

Broke the Windows and WinCairo builds. (Requested by
ryanhaddad on #webkit).

Reverted changeset:

"Adopt #pragma once in JavaScriptCore"
https://bugs.webkit.org/show_bug.cgi?id=162664
http://trac.webkit.org/changeset/206506

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/ParserModes.h

    r206506 r206522  
    2424 */
    2525
    26 #pragma once
     26
     27#ifndef ParserModes_h
     28#define ParserModes_h
    2729
    2830#include "ConstructAbility.h"
     
    224226const InnerArrowFunctionCodeFeatures AllInnerArrowFunctionCodeFeatures = EvalInnerArrowFunctionFeature | ArgumentsInnerArrowFunctionFeature | ThisInnerArrowFunctionFeature | SuperCallInnerArrowFunctionFeature | SuperPropertyInnerArrowFunctionFeature | NewTargetInnerArrowFunctionFeature;
    225227} // namespace JSC
     228
     229#endif // ParserModes_h
Note: See TracChangeset for help on using the changeset viewer.