Index: Source/core/css/WebKitCSSRegionRule.cpp |
diff --git a/Source/core/css/WebKitCSSRegionRule.cpp b/Source/core/css/WebKitCSSRegionRule.cpp |
index 9b0da93f0823981d407d73d55fe35f81ed4de176..fe57ea0e84ea54d1e8bbddec724a480e62c25189 100644 |
--- a/Source/core/css/WebKitCSSRegionRule.cpp |
+++ b/Source/core/css/WebKitCSSRegionRule.cpp |
@@ -38,8 +38,6 @@ |
#include <wtf/MemoryInstrumentationVector.h> |
#include <wtf/text/StringBuilder.h> |
-#if ENABLE(CSS_REGIONS) |
- |
namespace WebCore { |
WebKitCSSRegionRule::WebKitCSSRegionRule(StyleRuleRegion* regionRule, CSSStyleSheet* parent) |
eseidel
2013/04/30 00:11:09
We'll want to remove the "WebKit" from these in a
|
: CSSGroupingRule(regionRule, parent) |
@@ -62,5 +60,3 @@ String WebKitCSSRegionRule::cssText() const |
} |
} // namespace WebCore |
- |
-#endif |