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