| Index: webkit/glue/dom_operations.h
|
| diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
|
| index bfaa40ad10a0ce9bac29ced7c765e4d408c18be3..b8e31ea20694eb06d00a4490abf10dd2e7d7cdb4 100644
|
| --- a/webkit/glue/dom_operations.h
|
| +++ b/webkit/glue/dom_operations.h
|
| @@ -97,8 +97,8 @@ WEBKIT_GLUE_EXPORT WebKit::WebString GetSubResourceLinkFromElement(
|
| // with a value of |attribute_value| in |meta_elements|.
|
| WEBKIT_GLUE_EXPORT void GetMetaElementsWithAttribute(
|
| WebKit::WebDocument* document,
|
| - const string16& attribute_name,
|
| - const string16& atribute_value,
|
| + const char* attribute_name,
|
| + const char* atribute_value,
|
| std::vector<WebKit::WebElement>* meta_elements);
|
|
|
| } // namespace webkit_glue
|
|
|