Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- out/Debug/gen/blink/HTMLNames.h 2013-10-30 14:05:20.201831300 -0400
- +++ out/Debug/gen/blink/HTMLNames.h.new 2013-10-30 14:05:04.889830856 -0400
- @@ -529,9 +529,9 @@
- #endif // HTML_NAMES_HIDE_GLOBALS
- const unsigned HTMLTagsCount = 136;
- -const WebCore::QualifiedName* const* getHTMLTags();
- +void getHTMLTags(Vector<const WebCore::QualifiedName*>& tags);
- const unsigned HTMLAttrsCount = 347;
- -const WebCore::QualifiedName* const* getHTMLAttrs();
- +void getHTMLAttrs(Vector<const WebCore::QualifiedName*>& attrs);
- void init();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement