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