blob: 4b0483ffd9ba7059953cfc4b761556f235728661 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __FONT_STATE_V8_WRAPPER_H__
# define __FONT_STATE_V8_WRAPPER_H__
#include <v8.h>
void AddFontStateAcessors(v8::Handle<v8::ObjectTemplate> &templ);
#endif // __FONT_STATE_V8_WRAPPER_H__
|