Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1143)

Unified Diff: third_party/WebKit/public/web/WebTestingSupport.h

Issue 1676083002: Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Win dbg non-oilpan fix: make TextFinder non-copyable Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebNode.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebTestingSupport.h
diff --git a/third_party/WebKit/public/web/WebTestingSupport.h b/third_party/WebKit/public/web/WebTestingSupport.h
index 0822ea392ef621e0c79b48ccc820561d8f56a3d6..565953b1d00018320789e545d1b22b530416a7ce 100644
--- a/third_party/WebKit/public/web/WebTestingSupport.h
+++ b/third_party/WebKit/public/web/WebTestingSupport.h
@@ -34,9 +34,9 @@ namespace blink {
class WebTestingSupport {
public:
- BLINK_EXPORT static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
- BLINK_EXPORT static void injectInternalsObject(WebLocalFrame*);
- BLINK_EXPORT static void resetInternalsObject(WebLocalFrame*);
+ static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
+ static void injectInternalsObject(WebLocalFrame*);
+ static void resetInternalsObject(WebLocalFrame*);
};
}
« no previous file with comments | « third_party/WebKit/public/web/WebNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698