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

Unified Diff: Source/core/dom/Text.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/core/dom/StyleEngine.h ('k') | Source/core/dom/Touch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.h
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
index 00b0af8789776db3b61fd4882b4e000075cd320f..537c0284305b7e48e4d064f93a9f4495fff9ce2e 100644
--- a/Source/core/dom/Text.h
+++ b/Source/core/dom/Text.h
@@ -31,7 +31,7 @@ namespace blink {
class ExceptionState;
class LayoutText;
-class Text : public CharacterData {
+class CORE_EXPORT Text : public CharacterData {
DEFINE_WRAPPERTYPEINFO();
public:
static const unsigned defaultLengthLimit = 1 << 16;
@@ -48,7 +48,7 @@ public:
// DOM Level 3: http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1312295772
- CORE_EXPORT String wholeText() const;
+ String wholeText() const;
PassRefPtrWillBeRawPtr<Text> replaceWholeText(const String&);
void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
« no previous file with comments | « Source/core/dom/StyleEngine.h ('k') | Source/core/dom/Touch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698