Changeset 206522 in webkit for trunk/Source/JavaScriptCore/bindings/ScriptValue.h
- Timestamp:
- Sep 28, 2016, 9:33:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bindings/ScriptValue.h
r206506 r206522 30 30 */ 31 31 32 #pragma once 32 #ifndef ScriptValue_h 33 #define ScriptValue_h 33 34 34 35 #include "JSCJSValue.h" … … 77 78 78 79 } // namespace Deprecated 80 81 #endif // ScriptValue_h
Note:
See TracChangeset
for help on using the changeset viewer.