| 2260 } |
2260 } |
| 2261 |
2261 |
| 2262 static WebKitDOMCSSStyleDeclaration* |
2262 static WebKitDOMCSSStyleDeclaration* |
| 2263 pidgin_webview_get_DOM_CSS_style(PidginWebView *webview) |
2263 pidgin_webview_get_DOM_CSS_style(PidginWebView *webview) |
| 2264 { |
2264 { |
| 2265 //WebKitDOMCSSStyleDeclaration *style; |
|
| 2266 WebKitDOMDocument *document; |
2265 WebKitDOMDocument *document; |
| 2267 WebKitDOMElement *dom_element; |
2266 WebKitDOMElement *dom_element; |
| 2268 WebKitDOMDOMWindow *dom_window; |
2267 WebKitDOMDOMWindow *dom_window; |
| 2269 |
2268 |
| 2270 document = webkit_web_view_get_dom_document(webview); |
2269 document = webkit_web_view_get_dom_document(webview); |