OLD | NEW |
1 {% from "macros.tmpl" import wrap_with_condition, license -%} | 1 {% from "macros.tmpl" import wrap_with_condition, license -%} |
2 {{ license() }} | 2 {{ license() }} |
3 | 3 |
4 #ifndef InternalRuntimeFlags_h | 4 #ifndef InternalRuntimeFlags_h |
5 #define InternalRuntimeFlags_h | 5 #define InternalRuntimeFlags_h |
6 | 6 |
7 #include "RuntimeEnabledFeatures.h" | 7 #include "RuntimeEnabledFeatures.h" |
8 #include "wtf/PassRefPtr.h" | 8 #include "wtf/PassRefPtr.h" |
9 #include "wtf/RefPtr.h" | 9 #include "wtf/RefPtr.h" |
10 #include "wtf/RefCounted.h" | 10 #include "wtf/RefCounted.h" |
(...skipping 20 matching lines...) Expand all Loading... |
31 {% endfor %} | 31 {% endfor %} |
32 | 32 |
33 private: | 33 private: |
34 InternalRuntimeFlags() { } | 34 InternalRuntimeFlags() { } |
35 }; | 35 }; |
36 | 36 |
37 } // namespace WebCore | 37 } // namespace WebCore |
38 | 38 |
39 #endif // InternalRuntimeFlags_h | 39 #endif // InternalRuntimeFlags_h |
40 | 40 |
OLD | NEW |