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.cpp307 …unsigned newPropertyEnd = propertyEndInStyleSheet - styleStart + 1; // Exclusive of the last prope… in fixUnparsedProperties() local
308 if (currentData->range.end != newPropertyEnd) { in fixUnparsedProperties()
309 currentData->range.end = newPropertyEnd; in fixUnparsedProperties()