Home
last modified time | relevance | path

Searched refs:newPropertyEnd (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp230 unsigned newPropertyEnd = propertyEnd + 1; // Exclusive of the last property text character. in fixUnparsedProperties() local
231 if (currentData->range.end != newPropertyEnd) { in fixUnparsedProperties()
232 currentData->range.end = newPropertyEnd; in fixUnparsedProperties()