SHOW:
|
|
- or go back to the newest paste.
| 1 | --- out/Debug/gen/blink/HTMLNames.h 2013-10-30 14:05:20.201831300 -0400 | |
| 2 | +++ out/Debug/gen/blink/HTMLNames.h.new 2013-10-30 14:05:04.889830856 -0400 | |
| 3 | @@ -529,9 +529,9 @@ | |
| 4 | ||
| 5 | #endif // HTML_NAMES_HIDE_GLOBALS | |
| 6 | const unsigned HTMLTagsCount = 136; | |
| 7 | -const WebCore::QualifiedName* const* getHTMLTags(); | |
| 8 | +void getHTMLTags(Vector<const WebCore::QualifiedName*>& tags); | |
| 9 | const unsigned HTMLAttrsCount = 347; | |
| 10 | -const WebCore::QualifiedName* const* getHTMLAttrs(); | |
| 11 | +void getHTMLAttrs(Vector<const WebCore::QualifiedName*>& attrs); | |
| 12 | ||
| 13 | void init(); |