Changeset 206506 in webkit for trunk/Source/JavaScriptCore/runtime/Float64Array.h
- Timestamp:
- Sep 28, 2016, 1:10:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Float64Array.h
r154127 r206506 24 24 */ 25 25 26 #ifndef Float64Array_h 27 #define Float64Array_h 26 #pragma once 28 27 29 28 #include "TypedArrays.h" 30 29 31 30 using JSC::Float64Array; 32 33 #endif // Float64Array_h34
Note:
See TracChangeset
for help on using the changeset viewer.