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