Chromium Code Reviews| Index: include/xml/SkDOM.h |
| diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h |
| index 2a6ccc4f633e4cc965420269916817df90679136..10ca3e78f857a9fee0bcc02a045633655f9508b5 100644 |
| --- a/include/xml/SkDOM.h |
| +++ b/include/xml/SkDOM.h |
| @@ -32,7 +32,6 @@ public: |
| /** Returns null on failure |
| */ |
| - const Node* build(const char doc[], size_t len); |
| const Node* build(SkStream&); |
| const Node* copy(const SkDOM& dom, const Node* node); |