| Index: Source/WebCore/inspector/front-end/StylesSidebarPane.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/StylesSidebarPane.js (revision 82948)
|
| +++ Source/WebCore/inspector/front-end/StylesSidebarPane.js (working copy)
|
| @@ -1964,6 +1964,9 @@
|
| _buildPropertyCompletions: function(wordRange, bestMatchOnly, completionsReadyCallback)
|
| {
|
| var prefix = wordRange.toString().toLowerCase();
|
| + if (!prefix && bestMatchOnly)
|
| + return;
|
| +
|
| var results;
|
| if (bestMatchOnly) {
|
| results = [];
|
|
|